Commit c1af4f5
authored
fix: use forward slash literal and remove unused import in DFSPropertiesConfiguration (#18454)
Replaces File.separator with "/" (HDFS paths always use forward slash)
and removes the now-unused import java.io.File.
Fixes #149221 parent 2b33f5d commit c1af4f5
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- hudi-hadoop-common/src/main/java/org/apache/hudi/common/config
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
261 | | - | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
0 commit comments