Commit ccdd720
[SPARK-54358][SDP][FOLLOWUP] Add
### What changes were proposed in this pull request?
Followups from #53070 to improve code clarity.
### Why are the changes needed?
Make sure the code for constructing SDP checkpoint directory paths is clear.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
Closes #53089 from sryza/collide-followups.
Authored-by: Sandy Ryza <sandy.ryza@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 10d1b4c)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>tableIdentifierToPathString helper method for SDP checkpoint path construction1 parent 1016663 commit ccdd720
File tree
1 file changed
+11
-1
lines changed- sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
65 | 75 | | |
66 | 76 | | |
67 | 77 | | |
| |||
0 commit comments