danny0405 commented on code in PR #8056:
URL: https://github.com/apache/hudi/pull/8056#discussion_r1118435320


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java:
##########
@@ -446,6 +446,8 @@ public void performMergeDataValidationCheck(WriteStatus 
writeStatus) {
       return;
     }
 
+    IOUtils.checkParquetFileVaid(hoodieTable.getHadoopConf(), newFilePath);
+
     long oldNumWrites = 0;

Review Comment:
   In what senario the handle flushes successfully but the parquet is in 
incompleteness?



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