-
Notifications
You must be signed in to change notification settings - Fork 42
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: partition results helper #2299
Merged
+129
−2
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
727563b
feat: add non-cryptographic hash function
tychoish e901342
feat: partition results helper
tychoish 1586c02
fix tests
tychoish 5c498d1
add multi-value
tychoish b90a281
fix lint
tychoish 7ee4254
Merge branch 'tycho/hashing-fnv-and-siphash' into tycho/workload-shar…
tychoish 8619d28
Merge remote-tracking branch 'origin/main' into tycho/hashing-fnv-and…
tychoish dba516b
Merge branch 'tycho/hashing-fnv-and-siphash' into tycho/workload-shar…
tychoish 0f37091
fix types
tychoish 133f60c
fix sig
tychoish bd3da32
fix: scalar udf function parsing
tychoish 94895c0
interger upcast
tychoish 9afe476
mod updates
tychoish 50d4bd8
cleanup complete
tychoish 1d05030
fix merge
tychoish 1d7f073
Merge branch 'tycho/hashing-fnv-and-siphash' into tycho/workload-shar…
tychoish 3ce73d8
backport
tychoish b888e88
Merge branch 'tycho/scalar-value-handling' into tycho/hashing-fnv-and…
tychoish 31a45e3
Merge branch 'tycho/scalar-value-handling' into tycho/workload-sharding
tychoish 1f59ad0
fix lint
tychoish 38db426
Merge branch 'tycho/scalar-value-handling' into tycho/hashing-fnv-and…
tychoish 50eb8b1
Merge branch 'tycho/scalar-value-handling' into tycho/workload-sharding
tychoish 61834a4
cleanup
tychoish 732715e
Merge branch 'tycho/hashing-fnv-and-siphash' into tycho/workload-shar…
tychoish 6a0eea3
reject missing expected value
tychoish e373eb6
fix
tychoish 29c1f5b
Merge branch 'main' into tycho/scalar-value-handling
tychoish 6d13faa
Merge remote-tracking branch 'origin/main' into tycho/hashing-fnv-and…
tychoish 6835f65
add test case
tychoish dcfd47f
Merge branch 'tycho/scalar-value-handling' into tycho/hashing-fnv-and…
tychoish 6e70939
Merge remote-tracking branch 'origin/tycho/scalar-value-handling' int…
tychoish 69a26be
fixup merge
tychoish 842ed85
Merge branch 'tycho/hashing-fnv-and-siphash' into tycho/workload-shar…
tychoish 8350038
Merge remote-tracking branch 'origin/main' into tycho/workload-sharding
tychoish 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
This file contains 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically there is no 'B'. Only 'I', 'R', and 'T'. For bools, I just use 'T'. I also don't think the types are actually checked, just that there's the correct number of them.
https://github.com/risinglightdb/sqllogictest-rs/blob/main/sqllogictest/src/column_type.rs#L11-L43