-
Notifications
You must be signed in to change notification settings - Fork 935
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 #6979] Support check paimon system producers #6980
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6980 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 693 693
Lines 42723 42723
Branches 5813 5813
======================================
Misses 42723 42723 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@davidyuan1223 the failure looks related, could you please fix it?
|
Ok |
@davidyuan1223 so we can upgrade Paimon to bring Spark 3.3 support back? If so, let's upgrade Paimon first |
i think we could upgrade the version to 0.9, from this branch, paimon has support the case compatibile |
@davidyuan1223 please go ahead |
# Conflicts: # extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
hello, pan, when i try to update the paimon version, it will report error, i found same issue #6634 |
Why are the changes needed?
Cuurently, ranger check missing paimom system producers command, need to support these command
#6979
PS: There has a question about paimon, paimon'sparkCatalog need the currentCatalog Env is the paimon's catalog, use default spark_catalog will throw exception, maybe we should add this hint to the documentation.
such as
If you wanna support producers check with paimon, you need use sql
use $paimon_catalog
to ensure the session currentCatalog is paimon_catalogPS: paimon-spark-3.3:0.8.2 has some compaitable question, suggest upgrade the paimon version
How was this patch tested?
producers test cases
Was this patch authored or co-authored using generative AI tooling?
No