-
Notifications
You must be signed in to change notification settings - Fork 938
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 #6923] Test Create Partitioned Table for Paimon #6931
[KYUUBI #6923] Test Create Partitioned Table for Paimon #6931
Conversation
...ala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
Outdated
Show resolved
Hide resolved
…kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6931 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 689 689
Lines 42615 42615
Branches 5808 5808
======================================
Misses 42615 42615 ☔ View full report in Codecov by Sentry. |
...ala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
Outdated
Show resolved
Hide resolved
…kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
Thanks, merged to master |
Why are the changes needed?
AUTHZ Test Create Partitioned Table for PAIMON, check that has support the command
#6923
How was this patch tested?
est Authz for paimon with create partitioned table command. Check the permission
Was this patch authored or co-authored using generative AI tooling?
No