-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-43495: [C++][Compute] Widen the row offset of the row table to 64-bit #43389
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
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
937ff8b
Widen the offset of row table to 64b
zanmato1984 ab93a63
More fix
zanmato1984 e50e266
More fix
zanmato1984 c7e5225
Fix test name
zanmato1984 02669e1
Remove header
zanmato1984 148118a
Support avx2
zanmato1984 65aa81e
Fix warning
zanmato1984 2c4d57f
Fix unaligned store
zanmato1984 db12592
Fix warning
zanmato1984 5bd2981
Fix warning
zanmato1984 5f40f97
Add test for compare rows bigger than 4GB
zanmato1984 9c7c3b7
Fix warning on windows
zanmato1984 136b588
Refine compare tests
zanmato1984 9f9db1b
WIP join test
zanmato1984 26cfd77
Fix
zanmato1984 c4005d4
Fix refined test
zanmato1984 ef7c0c7
Add a todo to be fixed for large hash join test
zanmato1984 f171e54
Hash join test for fixed length type
zanmato1984 25e86ff
Pass all hash join tests
zanmato1984 c4ab99a
Refine tests
zanmato1984 2b0ad20
Fix
zanmato1984 0f4b770
Refine
zanmato1984 984b5e6
Fix compile
zanmato1984 49a4067
Fix warning
zanmato1984 2ef0b46
Fix warning
zanmato1984 e65657a
Remove useless fix
zanmato1984 780e2be
Update gh issue number in tests
zanmato1984 348ce66
More accurate offset assertion for large row table tests
zanmato1984 ad0f78e
Add comment about the row length invariant
zanmato1984 1215355
Make random FixedSizeBinary more backward compatible
zanmato1984 70b1936
Add comments for non-trivial simd code
zanmato1984 f23f706
Add comments about swiss join avx2 not wired
zanmato1984 0082bca
Update doc string for compare columns to rows api
zanmato1984 ded3e67
Static assert the size of offset type in row table at where assumes it
zanmato1984 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 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.