cshuo commented on code in PR #13142:
URL: https://github.com/apache/hudi/pull/13142#discussion_r2043905945


##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/io/v2/RowDataLogWriteHandle.java:
##########
@@ -208,7 +215,14 @@ protected HoodieLogBlock.HoodieLogBlockType 
pickLogDataBlockFormat() {
     if (logBlockTypeOpt.isPresent()) {
       return logBlockTypeOpt.get();
     }
-    return HoodieLogBlock.HoodieLogBlockType.PARQUET_DATA_BLOCK;
+    // Fallback to deduce data-block type based on the base file format

Review Comment:
   fixed.



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