-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-16043][SQL] Prepare GenericArrayData implementation specialized for a primitive array #13758
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
1d07034
Implementation of GenericArrayData specialized for primitive type array
kiszk 7b48a30
fix scala style error
kiszk b5876a6
Introduce GenericRefArrayData
kiszk ac5b73b
replace 'new GenericArrayData' with 'GenericArrayData.allocate'
kiszk dab5a8c
Generate GenericArrayData.allocate in NewInstance()
kiszk a8fe2d8
intial version of Benchmark without performance
kiszk 870dc84
move project of Benchmark program
kiszk 7cdd558
update benchmark program
kiszk d28e256
addressed review comments
kiszk e95e137
fix test failures
kiszk 2b27bb3
Enabled all of benchmark suites with performance data
kiszk 878262b
fix test failures
kiszk 6efddf0
update test suite to resolve test failures
kiszk 4d2b6bc
fix compilation error
kiszk f55aeea
addressed comments
kiszk 78aaf13
fix test failures
kiszk 8b908e2
fix descriptions
kiszk e9ec382
Better usage of GenericArrayData
kiszk ae9591e
revert part of changes
kiszk 79f4c95
undo revert
kiszk f93fbc2
revert changes at 0800fdc5
kiszk a452bda
add null check after asInstanceOf
kiszk 685d3e7
generate GenericArrayData.allocate in NewInstance
kiszk 29c8519
fix test failure
kiszk 0e43c4b
fix test failure
kiszk d15a46c
update
kiszk 3e84fdb
replace new GenericArrayData with GenericArrayData.allocate
kiszk 604293e
rebase
kiszk 1dcd582
rebase
kiszk e60bf40
reimplement without factory method
kiszk e541f35
update benchmark programs
kiszk 22d310b
fix scala style error
kiszk 8684ad6
fix test failure in OrcQuerySuite
kiszk aa3ada8
fix test failure (DatasetPrimitiveSuites)
kiszk a81ee14
update benchmark results
kiszk 681ae03
Implementation of GenericArrayData specialized for primitive type array
kiszk 556e76e
fix scala style error
kiszk ff45703
Introduce GenericRefArrayData
kiszk 23f9f65
replace 'new GenericArrayData' with 'GenericArrayData.allocate'
kiszk 839bcb8
Generate GenericArrayData.allocate in NewInstance()
kiszk 97068d4
intial version of Benchmark without performance
kiszk cf2b216
move project of Benchmark program
kiszk 8df1c34
update benchmark program
kiszk 040d9aa
addressed review comments
kiszk cabc27a
fix test failures
kiszk 80abdbb
Enabled all of benchmark suites with performance data
kiszk 9311664
fix test failures
kiszk 25105f3
update test suite to resolve test failures
kiszk f328662
fix compilation error
kiszk 16de76f
addressed comments
kiszk 12d138e
fix test failures
kiszk 19c453b
fix descriptions
kiszk bf34ec4
Better usage of GenericArrayData
kiszk 9cd7776
revert part of changes
kiszk d0b3f60
undo revert
kiszk 8b19f75
revert changes at 0800fdc5
kiszk 7b0e769
add null check after asInstanceOf
kiszk 1a0486f
generate GenericArrayData.allocate in NewInstance
kiszk 963876f
fix test failure
kiszk d50ee04
fix test failure
kiszk d581439
update
kiszk 8063e63
replace new GenericArrayData with GenericArrayData.allocate
kiszk 090869d
update benchmark program
kiszk 1837792
rebase
kiszk 06b07da
rebase
kiszk 06c22ac
reimplement without factory method
kiszk 4c6f41e
update benchmark programs
kiszk 9031224
fix scala style error
kiszk ecbc32e
fix test failure in OrcQuerySuite
kiszk 503dbde
update benchmark results
kiszk c7ed68f
fix compilation error
kiszk c82fbf3
add another use cases from #13909
kiszk 6bf54ec
update benchmark results
kiszk 8bcba32
Revert "update benchmark results"
kiszk 7697e5f
Revert "add another use cases from #13909"
kiszk 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
replace 'new GenericArrayData' with 'GenericArrayData.allocate'
- Loading branch information
commit ac5b73b81375b63748fca7bed286d8a715c6e165
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
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
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
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
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.
These allocates will create a GenericRefArrayData object?
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.
Yes, I feel so for now since type of
toCatalystseems to beAny. Is it better to prepare specialized code to make a type concrete here?