Skip to content

Conversation

@sryza
Copy link
Contributor

@sryza sryza commented Nov 17, 2025

What changes were proposed in this pull request?

Marks all declarative pipelines configuration options as internal, except for spark.sql.pipelines.maxFlowRetryAttempts.

Why are the changes needed?

When implementing Declarative Pipelines, we made several quantities configurable. However, documented configurations are essentially public APIs, and it's too early to commit yet to supporting all of these. We should mark most of them internal except where we think users will really need them.

Does this PR introduce any user-facing change?

Yes, to unreleased software.

How was this patch tested?

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

@github-actions github-actions bot added the SQL label Nov 17, 2025
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @sryza .

Merged to master/4.1.

dongjoon-hyun pushed a commit that referenced this pull request Nov 17, 2025
### What changes were proposed in this pull request?

Marks all declarative pipelines configuration options as internal, except for `spark.sql.pipelines.maxFlowRetryAttempts`.

### Why are the changes needed?

When implementing Declarative Pipelines, we made several quantities configurable. However, documented configurations are essentially public APIs, and it's too early to commit yet to supporting all of these. We should mark most of them internal except where we think users will really need them.

### Does this PR introduce _any_ user-facing change?

Yes, to unreleased software.

### How was this patch tested?

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

Closes #53090 from sryza/internal-configs.

Authored-by: Sandy Ryza <sandy.ryza@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 1db267e)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants