vinothchandar commented on a change in pull request #5048:
URL: https://github.com/apache/hudi/pull/5048#discussion_r840273278
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java
##########
@@ -676,6 +688,9 @@ private void createImmutableFileInPath(Path fullPath,
Option<byte[]> content) {
if (null != fsout) {
fsout.close();
}
+ if (null != tmpPath) {
+ metaClient.getFs().rename(tmpPath, fullPath);
Review comment:
Yes we cannot rename :) is there a way to do this specific to hdfs?
--
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]