Commit 1db267e
[SPARK-54376][SDP] Mark most pipeline configuration options as internal
### 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>1 parent 5222f1a commit 1db267e
File tree
1 file changed
+6
-0
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/internal
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6511 | 6511 | | |
6512 | 6512 | | |
6513 | 6513 | | |
| 6514 | + | |
6514 | 6515 | | |
6515 | 6516 | | |
6516 | 6517 | | |
| |||
6522 | 6523 | | |
6523 | 6524 | | |
6524 | 6525 | | |
| 6526 | + | |
6525 | 6527 | | |
6526 | 6528 | | |
6527 | 6529 | | |
| |||
6536 | 6538 | | |
6537 | 6539 | | |
6538 | 6540 | | |
| 6541 | + | |
6539 | 6542 | | |
6540 | 6543 | | |
6541 | 6544 | | |
| |||
6546 | 6549 | | |
6547 | 6550 | | |
6548 | 6551 | | |
| 6552 | + | |
6549 | 6553 | | |
6550 | 6554 | | |
6551 | 6555 | | |
| |||
6558 | 6562 | | |
6559 | 6563 | | |
6560 | 6564 | | |
| 6565 | + | |
6561 | 6566 | | |
6562 | 6567 | | |
6563 | 6568 | | |
| |||
6575 | 6580 | | |
6576 | 6581 | | |
6577 | 6582 | | |
| 6583 | + | |
6578 | 6584 | | |
6579 | 6585 | | |
6580 | 6586 | | |
| |||
0 commit comments