-
Notifications
You must be signed in to change notification settings - Fork 930
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
Only run Paimon authz tests with Scala 2.12 #6925
Closed
Closed
+16
−26
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6925 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 688 689 +1
Lines 42598 42615 +17
Branches 5807 5808 +1
======================================
- Misses 42598 42615 +17 ☔ View full report in Codecov by Sentry. |
pan3793
commented
Feb 19, 2025
...ala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
Outdated
Show resolved
Hide resolved
…kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
cxzl25
approved these changes
Feb 19, 2025
turboFei
approved these changes
Feb 19, 2025
pan3793
added a commit
that referenced
this pull request
Feb 19, 2025
### Why are the changes needed? Paimon does not seem to support Scala 2.13 ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #6925 from pan3793/authz-paimon-scala212. Closes #6925 865a7dd [Cheng Pan] fix 971d232 [Cheng Pan] Update extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala 499f10a [Cheng Pan] Only run Paimon authz tests with Scala 2.12 Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 93ac1ee) Signed-off-by: Cheng Pan <[email protected]>
pan3793
added a commit
that referenced
this pull request
Feb 19, 2025
### Why are the changes needed? Paimon does not seem to support Scala 2.13 ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #6925 from pan3793/authz-paimon-scala212. Closes #6925 865a7dd [Cheng Pan] fix 971d232 [Cheng Pan] Update extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala 499f10a [Cheng Pan] Only run Paimon authz tests with Scala 2.12 Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 93ac1ee) Signed-off-by: Cheng Pan <[email protected]>
Thanks, merged to master/1.10.2/1.9.4 |
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.
Why are the changes needed?
Paimon does not seem to support Scala 2.13
How was this patch tested?
Pass GHA.
Was this patch authored or co-authored using generative AI tooling?
No.