leesf commented on a change in pull request #3687:
URL: https://github.com/apache/hudi/pull/3687#discussion_r714704740
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
##########
@@ -76,10 +76,10 @@
private static final long serialVersionUID = 1L;
private static final Logger LOG =
LogManager.getLogger(HoodieTableMetaClient.class);
public static final String METAFOLDER_NAME = ".hoodie";
- public static final String TEMPFOLDER_NAME = METAFOLDER_NAME +
File.separator + ".temp";
- public static final String AUXILIARYFOLDER_NAME = METAFOLDER_NAME +
File.separator + ".aux";
- public static final String BOOTSTRAP_INDEX_ROOT_FOLDER_PATH =
AUXILIARYFOLDER_NAME + File.separator + ".bootstrap";
- public static final String HEARTBEAT_FOLDER_NAME = METAFOLDER_NAME +
File.separator + ".heartbeat";
+ public static final String TEMPFOLDER_NAME = METAFOLDER_NAME +
Path.SEPARATOR + ".temp";
Review comment:
@Carl-Zhou-CN I still see there are still some `File.separator`
usage(you can search File.separator globally in IntelliJ IDEA ), would you
please handle them as well?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]