-
Notifications
You must be signed in to change notification settings - Fork 242
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
Add a shim for Databricks 11.3 spark330db [databricks] #7152
Merged
gerashegalov
merged 92 commits into
NVIDIA:branch-23.02
from
gerashegalov:compileDb113_v2
Dec 13, 2022
Merged
Add a shim for Databricks 11.3 spark330db [databricks] #7152
gerashegalov
merged 92 commits into
NVIDIA:branch-23.02
from
gerashegalov:compileDb113_v2
Dec 13, 2022
Conversation
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
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
build |
This was referenced Dec 11, 2022
Closed
jlowe
reviewed
Dec 12, 2022
sql-plugin/src/main/314/scala/com/nvidia/spark/rapids/shims/SparkShims.scala
Outdated
Show resolved
Hide resolved
...b/scala/com/databricks/sql/transaction/tahoe/rapids/shims/GpuOptimisticTransactionBase.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/321+-db/scala/com/nvidia/spark/rapids/delta/shims/package-shims.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/330+-nondb/scala/com/nvidia/spark/rapids/shims/Spark330PlusShims.scala
Outdated
Show resolved
Hide resolved
.../main/330db/com/databricks/sql/transaction/tahoe/rapids/shims/GpuOptimisticTransaction.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/post320-treenode/scala/com/nvidia/spark/rapids/shims/TreeNode.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/pre320-treenode/scala/com/nvidia/spark/rapids/shims/TreeNode.scala
Outdated
Show resolved
Hide resolved
tgravescs
reviewed
Dec 12, 2022
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.
- .../rapids/shims/Spark320until340Shims.scala → .../rapids/shims/Spark320until340Shims.scala
This move now the class name doesn't match the directory name. Not sure its a big deal at this point but wanted to bring up to discuss...
.../src/main/311until340-all/scala/com/nvidia/spark/rapids/shims/ParquetTimestampNTZShims.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/314/scala/com/nvidia/spark/rapids/shims/SparkShims.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
This was referenced Dec 13, 2022
Signed-off-by: Gera Shegalov <[email protected]>
build |
jlowe
approved these changes
Dec 13, 2022
tgravescs
approved these changes
Dec 13, 2022
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #6879
Co-authored-by: @amahussein
Co-authored-by: @nartal1
Signed-off-by: Gera Shegalov [email protected]