-
Notifications
You must be signed in to change notification settings - Fork 932
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
[KYUUBI #6921][AUTHZ] Test CTAS for Paimon #6922
[KYUUBI #6921][AUTHZ] Test CTAS for Paimon #6922
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6922 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 688 688
Lines 42598 42598
Branches 5807 5807
======================================
Misses 42598 42598 ☔ View full report in Codecov by Sentry. |
@bowenliang123 @pan3793 please review it |
...ala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
Outdated
Show resolved
Hide resolved
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.
LGTM, please complete the PR description template.
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.
LGTM.
…kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala change test desc Co-authored-by: Cheng Pan <[email protected]>
CI fails with Scala 2.13, the Paimon jar seems Scala version dependent, but does not follow the Scala jar name pattern. |
Fix Scala 2.13 test failure in #6925 |
Can I start implementing other subtasks? |
### Why are the changes needed? AUTHZ Test CTAS for Paimon to check it support this command, the related issue is #6921 ### How was this patch tested? Test Authz for paimon with create table as command. Check the permission. ### Was this patch authored or co-authored using generative AI tooling? No Closes #6922 from davidyuan1223/support_create_table_as_for_paimon_check. Closes #6921 7bfd6ad [david yuan] Update extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala a9ce20c [davidyuan] support create table as for paimon Lead-authored-by: davidyuan <[email protected]> Co-authored-by: david yuan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit ed96ac1) Signed-off-by: Cheng Pan <[email protected]>
Thanks, merged to master/1.10 |
Why are the changes needed?
AUTHZ Test CTAS for Paimon to check it support this command, the related issue is #6921
How was this patch tested?
Test Authz for paimon with create table as command. Check the permission.
Was this patch authored or co-authored using generative AI tooling?
No