Commit 3481649
[SPARK-7008][SDP][ML] Make
### What changes were proposed in this pull request?
Make org.apache.spark.sql.pipelines internal package and make EstimatorUtils private
### Why are the changes needed?
they should not be exposed to end users
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #53444 from zhengruifeng/mk_EstimatorUtils_private.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>org.apache.spark.sql.pipelines internal package and make EstimatorUtils private1 parent 45a2604 commit 3481649
File tree
2 files changed
+3
-1
lines changed- mllib/src/main/scala/org/apache/spark/ml
- project
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| |||
1531 | 1532 | | |
1532 | 1533 | | |
1533 | 1534 | | |
| 1535 | + | |
1534 | 1536 | | |
1535 | 1537 | | |
1536 | 1538 | | |
| |||
0 commit comments