-
Notifications
You must be signed in to change notification settings - Fork 484
feat: add json data type #4619
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
Merged
Merged
feat: add json data type #4619
Changes from 22 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7836e03
feat: add json type and vector
CookiePieWw ed2f07d
fix: allow to create and insert json data
CookiePieWw f910b37
feat: udf to query json as string
CookiePieWw c334919
refactor: remove JsonbValue and JsonVector
CookiePieWw b2585ac
feat: show json value as strings
CookiePieWw 45c853b
chore: make ci happy
CookiePieWw 5e9e417
test: adunit test and sqlness test
CookiePieWw 092ee0c
refactor: use binary as grpc value of json
CookiePieWw 6d5241d
Merge branch 'main' into json
CookiePieWw cb88312
fix: use non-preserve-order jsonb
CookiePieWw 7ceddd0
test: revert changed test
CookiePieWw 26e8d1a
refactor: change udf get_by_path to jq
CookiePieWw d3752b3
chore: make ci happy
CookiePieWw 601f647
fix: distinguish binary and json in proto
CookiePieWw 13c370c
chore: delete udf for future pr
CookiePieWw 619f490
refactor: remove Value(Json)
CookiePieWw 9f07158
chore: follow review comments
CookiePieWw 1c279e4
test: some tests and checks
CookiePieWw ae85538
test: fix unit tests
CookiePieWw 411cf8f
chore: follow review comments
CookiePieWw 3ca3d42
chore: corresponding changes to proto
CookiePieWw 1f2d751
fix: change grpc and pgsql server behavior alongside with sqlness/cru…
CookiePieWw 5645c63
chore: follow review comments
CookiePieWw d908a46
feat: udf of conversions between json and strings, used for grpc server
CookiePieWw 34c15b0
refactor: rename to_string to json_to_string
CookiePieWw 94e57be
chore: resolve merge conflict
CookiePieWw 315b1e6
test: add more sqlness test for json
CookiePieWw ac3f9e1
chore: thanks for review :)
CookiePieWw 65b71ce
chore: merge main into json
CookiePieWw 9141eaa
Apply suggestions from code review
WenyXu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.