Commit ee37d3a
### What changes were proposed in this pull request?
This pr aims to remove unused function `private def newDFSFileName(String)` from `RocksDBFileManager`, It is no longer used after SPARK-49770 (#47875)
### Why are the changes needed?
Code cleanup.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #50249 from LuciferYang/SPARK-51484.
Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent baf4b59 commit ee37d3a
File tree
1 file changed
+0
-7
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state
1 file changed
+0
-7
lines changedLines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
870 | 869 | | |
871 | 870 | | |
872 | 871 | | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | 872 | | |
880 | 873 | | |
881 | 874 | | |
| |||
0 commit comments