nbalajee commented on code in PR #9035:
URL: https://github.com/apache/hudi/pull/9035#discussion_r1259957342


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java:
##########
@@ -151,6 +178,24 @@ public Schema getWriterSchema() {
     return writeSchema;
   }
 
+  protected void cleanupDataFile(Path dataFile) throws IOException {

Review Comment:
   Done
   
   Moved to FSUtils as 
   _public static  void cleanupDataFile(Path dataFile, FileSystem fs) throws 
IOException._



-- 
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]

Reply via email to