Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support decode nested types from string to values #381

Merged
merged 8 commits into from
Apr 11, 2024

Conversation

b41sh
Copy link
Member

@b41sh b41sh commented Apr 11, 2024

  • support decode nested types from string to values
  • boolean value display true and false instead of 1 and 0
  • flight sql convert binary type to binary value instead of string value
  • fix data type parser to support nested nullable type, like Nullable(Map(String, String NULL))

cli/src/session.rs Outdated Show resolved Hide resolved
@b41sh b41sh marked this pull request as ready for review April 11, 2024 08:42
@b41sh b41sh requested review from everpcpc and sundy-li April 11, 2024 08:42
@everpcpc everpcpc merged commit 062a189 into databendlabs:main Apr 11, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants