Skip to content

[KYUUBI #7589][AUTHZ] Rejecting RESET on the restricted configs parameters - #7591

Closed
attilapiros wants to merge 1 commit into
apache:masterfrom
attilapiros:reset_support
Closed

[KYUUBI #7589][AUTHZ] Rejecting RESET on the restricted configs parameters#7591
attilapiros wants to merge 1 commit into
apache:masterfrom
attilapiros:reset_support

Conversation

@attilapiros

Copy link
Copy Markdown
Contributor

Why are the changes needed?

The AuthzConfigurationChecker only validates setting configuration parameters to explicit values (SET <key>=<value>). It currently fails to check actions that restore default values or remove configurations entirely, such as RESET <key> or RESET (which reset all the config parameters).

For more details, see the: https://spark.apache.org/docs/latest/sql-ref-syntax-aux-conf-mgmt-reset.html

How was this patch tested?

A unit test was extended.

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

Yes.

Assisted-by: Claude:claude-sonnet

@pan3793 pan3793 added this to the v1.13.0 milestone Jul 28, 2026
@pan3793 pan3793 closed this in 48b22ea Jul 28, 2026
@pan3793

pan3793 commented Jul 28, 2026

Copy link
Copy Markdown
Member

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.

2 participants