Skip to content
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 #6958] Test INSERT TABLE #6959

Closed
wants to merge 3 commits into from

Conversation

davidyuan1223
Copy link
Contributor

Why are the changes needed?

Currently , ranger check missing paimon insert table command, add test cases
#6958

How was this patch tested?

  1. Test INSERT INTO:
    1.1 table1OnlyUserForNs could select table1, try to insert table1
    1.2 someone has no any permission, try to insert table1
  2. Test INSERT OVERWRITE:
    2.1 table1OnlyUserForNs could select table1, try to insert table2
    2.2 someone has no any permiession, try select table1 then insert table2

Was this patch authored or co-authored using generative AI tooling?

No

@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (a305bdc) to head (d1f41ba).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #6959   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         689     689           
  Lines       42637   42637           
  Branches     5804    5804           
======================================
  Misses      42637   42637           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yaooqinn
Copy link
Member

yaooqinn commented Mar 6, 2025

can you resolve the conflicts

# Conflicts:
#	extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
@davidyuan1223
Copy link
Contributor Author

can you resolve the conflicts

resolved

@pan3793 pan3793 added this to the v1.11.0 milestone Mar 6, 2025
@pan3793 pan3793 closed this in 1b3de28 Mar 6, 2025
@pan3793
Copy link
Member

pan3793 commented Mar 6, 2025

Thanks, merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants