-
Notifications
You must be signed in to change notification settings - Fork 25
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
German strings, attempt 3 #1082
Merged
Merged
Changes from 32 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7838f7a
part 1
a10y 09118d5
monster krabbie patty??!
a10y 233d7e8
Merge remote-tracking branch 'origin/develop' into aduffy/german-stri…
a10y a6335b5
pass all tests
a10y 6f9adfb
rye run ruff raggy rokay
a10y 04d8ee1
fix issue caught by miri
a10y e3659bb
cargofmt
a10y abb1ee6
canonicalize test
a10y 1b143da
fix clippy
a10y 548f63c
delete unusedcode for now
a10y 3c1af26
enable FilterFn on VarBin -> fix issue with FSST filter
a10y a636365
fix a bunch of python doctest
a10y f524f8f
fix evermore doctests
a10y c15935e
monkeypatch
a10y 1bb1f00
speed up VarBin -> VarBinView
a10y 8cb7525
ruff format
a10y 977b785
Merge remote-tracking branch 'origin/develop' into aduffy/german-stri…
a10y 1f07380
apply changes on top
a10y dd9c7d2
stack on top of upstream
a10y 574f815
ruff ruff
a10y 56b510b
faster into_canonical
a10y af23e16
pydocs
a10y bb900dc
pushdown compare to FSST using the symbol table
a10y d0aa345
add test for FSST MaybeCompareFn
a10y f4456ab
better canonicalize for ConstantArray
a10y aab6c2b
fallback to slow builder when VarBin >= i32::MAX
a10y 71eb88a
Merge remote-tracking branch 'origin/develop' into aduffy/german-stri…
a10y c0e85ec
enforce buffer_lens on VarBinView construction
a10y b8fcac0
move varbin_datum and varbin_to_arrow to separate module
a10y 656fde2
just use arrow_cast for canonicalizing VarBin
a10y 52eebe5
benchmark for take, make vbv take faster
a10y 2f45c46
some comments
a10y 1451b8f
some comments
a10y f7a42aa
comments
a10y 980fd9e
Merge remote-tracking branch 'origin/develop' into aduffy/german-stri…
a10y e12d552
fix FSST compare semantic when constant is null
a10y ed7ba78
use constant
a10y 56bb774
fix up py tests
a10y 8adc8a3
gakgjsedrkghskerjghsejkrghjk
a10y 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 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
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
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.
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.
preferably do this in a single-pass
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.
we should be able to "fast-path" build a VarBinView since we know that the strings in
values
are unique (doesn't need to be in this PR)