-
Notifications
You must be signed in to change notification settings - Fork 240
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
Commonize more shim module files [databricks] #3577
Merged
tgravescs
merged 54 commits into
NVIDIA:branch-21.10
from
tgravescs:commonpandsWithJoin
Sep 22, 2021
Merged
Changes from 46 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
4aa0209
rework databricks shuffle to match others
tgravescs 351c986
Commonize GpuShuffledHashJoinExec
tgravescs f29f2ee
commonize GpuBroadcastNestedLoopJoinExec
tgravescs 5d7f5a7
301db has different ShuffledHashJoinExec
tgravescs 97b5478
Fix 301db
tgravescs 8f96327
Merge branch 'branch-21.10' of github.com:NVIDIA/spark-rapids into co…
tgravescs f81a8a2
Merge branch 'commonJoin' of github.com:tgravescs/spark-rapids into c…
tgravescs 7e8bf65
update databricks 311 api to match
tgravescs 5cea4cc
Move a bunch more join and exchange files to common
tgravescs 989a982
fixes
tgravescs 5a325e7
Fix 320
tgravescs a9d8f63
updates
tgravescs e499644
cleanup extra files
tgravescs d73cce2
fix include
tgravescs 095edcd
Merge remote-tracking branch 'origin/branch-21.10' into commonJoin
tgravescs 2885609
Fix imports
tgravescs 4582003
Commonize python files from shim module
tgravescs b485424
commonize more
tgravescs e2acfc0
fixes
tgravescs 9df4983
320 working
tgravescs 9705480
fix 311db
tgravescs 0e45394
Merge branch 'commonpands' of https://github.com/tgravescs/spark-rapi…
tgravescs 0cf1a86
Fix 301db
tgravescs 41669d3
Merge remote-tracking branch 'origin/branch-21.10' into commonJoin
tgravescs 0f6d63c
move GpuOrcScan
tgravescs 40ab13a
commonize GpuParquetScan
tgravescs daf67a0
remove unneeded files
tgravescs 9750eaf
fixes
tgravescs 0d4c465
Merge remote-tracking branch 'origin/branch-21.10' into commonpands
tgravescs 420f3c9
remove unneeded
tgravescs 582b304
Commonize Base shims for 30x
tgravescs 6463d47
changes
tgravescs 9e7b31d
move 31x and db base shims
tgravescs 4421070
fixes
tgravescs 1d2d225
Merge remote-tracking branch 'tgravescs/commonJoin' into commonpandsW…
tgravescs 32fa617
updates
tgravescs 01de6e7
move the rest of databricks files
tgravescs 483b54f
301db fixes
tgravescs 2a8112e
Merge remote-tracking branch 'origin/branch-21.10' into commonpandsWi…
tgravescs fb6b37b
fix copyrights
tgravescs c1a8156
cleanup
tgravescs a885cb1
Merge remote-tracking branch 'origin/branch-21.10' into commonpandsWi…
tgravescs 6ac913f
remove lang3 workaround
tgravescs dbf29c9
common order
tgravescs aaba484
move
tgravescs e6e7084
Move OffsetwindowFunctionMeta into sql plugin and make it version
tgravescs 0360a07
Merge remote-tracking branch 'origin/branch-21.10' into commonpandsWi…
tgravescs a96096a
Add missing file
tgravescs b410ab3
move 320 offset window
tgravescs b27d1d8
Sort lines in pom
tgravescs 4609147
cleanup
tgravescs 662b0ef
Merge remote-tracking branch 'origin/branch-21.10' into commonpandsWi…
tgravescs 6c38344
Ensure the correct ParquetCachedBatchSerializer picked up
tgravescs 8f4f85a
spacing
tgravescs 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
42 changes: 0 additions & 42 deletions
42
...park301/src/main/scala/com/nvidia/spark/rapids/shims/spark301/GpuWindowInPandasExec.scala
This file was deleted.
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
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.
nit: There are getting to be enough directories now, that it would be good to have a consistent ordering to them, so it is simpler to tell if something is missing for example.
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.
ah, I missed a few I tried moved some of them but didn't get them all. I need to update my IntelliJ as well as Gera mentioned it has a sort lines in new version, but we should decide on order
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.
sorted them