Skip to content

[KYUUBI #7078] Make data masking and row filter configurable#7082

Closed
wForget wants to merge 9 commits intoapache:masterfrom
wForget:KYUUBI-7078
Closed

[KYUUBI #7078] Make data masking and row filter configurable#7082
wForget wants to merge 9 commits intoapache:masterfrom
wForget:KYUUBI-7078

Conversation

@wForget
Copy link
Copy Markdown
Member

@wForget wForget commented Jun 5, 2025

Why are the changes needed?

Make data masking and row filter configurable.

closes #7078

How was this patch tested?

added unit test

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

No

@wForget wForget marked this pull request as ready for review June 6, 2025 06:57
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 6, 2025

Codecov Report

❌ Patch coverage is 0% with 64 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (cad5a39) to head (ab6c900).
⚠️ Report is 138 commits behind head on master.

Files with missing lines Patch % Lines
.../rule/datamasking/RuleApplyDataMaskingStage1.scala 0.00% 19 Missing ⚠️
.../main/scala/org/apache/spark/authz/AuthzConf.scala 0.00% 19 Missing ⚠️
.../rule/datamasking/RuleApplyDataMaskingStage0.scala 0.00% 10 Missing ⚠️
...park/authz/rule/rowfilter/RuleApplyRowFilter.scala 0.00% 9 Missing ⚠️
.../authz/rule/config/AuthzConfigurationChecker.scala 0.00% 7 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master   #7082   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         697     698    +1     
  Lines       43203   43233   +30     
  Branches     5854    5854           
======================================
- Misses      43203   43233   +30     

☔ 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
Copy Markdown
Member

How about we have an extra RangerSparkExtension to register auth-only rules?

@wForget
Copy link
Copy Markdown
Member Author

wForget commented Jun 18, 2025

How about we have an extra RangerSparkExtension to register auth-only rules?

Sounds good to me, I'll change it that way

@melin
Copy link
Copy Markdown

melin commented Jun 18, 2025

能否支持类似 databricks 的语法,实现数据脱敏或者 row filter,spark4.0 支持 user 定义函数语法。https://docs.databricks.com/aws/en/tables/row-and-column-filters?language=Catalog%C2%A0Explorer

@wForget
Copy link
Copy Markdown
Member Author

wForget commented Jun 18, 2025

能否支持类似 databricks 的语法,实现数据脱敏或者 row filter,spark4.0 支持 user 定义函数语法。https://docs.databricks.com/aws/en/tables/row-and-column-filters?language=Catalog%C2%A0Explorer

这个讨论与此 pr 无关,你可以创建一个新的 issue 进行讨论。

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 2, 2026

Thanks for the PR! This PR is being closed due to inactivity. This isn't a judgement on the merit of the PR in any way. If this is still an issue with the latest version of Kyuubi, please reopen it and ask a committer to remove the Stale tag!

Thank you for using Kyuubi!

@github-actions github-actions Bot added the Stale label Jan 2, 2026
@github-actions github-actions Bot closed this Jan 2, 2026
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.

[FEATURE][AUTHZ] Make data masking and row filter configurable

4 participants