wangxianghu commented on a change in pull request #2526:
URL: https://github.com/apache/hudi/pull/2526#discussion_r569959838
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
##########
@@ -118,7 +120,7 @@ public HoodieTableMetaClient(Configuration conf, String
basePath, boolean loadAc
ConsistencyGuardConfig consistencyGuardConfig,
Option<TimelineLayoutVersion> layoutVersion,
String payloadClassName) {
LOG.info("Loading HoodieTableMetaClient from " + basePath);
- this.basePath = basePath;
+ this.basePath = FilenameUtils.separatorsToUnix(basePath);
Review comment:
The ci failed, please fix it
```
[INFO] There are 2 errors reported by Checkstyle 8.18 with
style/checkstyle.xml ruleset.
[ERROR]
src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:[48,1]
(imports) IllegalImport: Illegal import - org.apache.commons.io.FilenameUtils.
[ERROR]
src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:[50,8]
(imports) UnusedImports: Unused import - java.io.File.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]