shangxinli commented on code in PR #13674:
URL: https://github.com/apache/hudi/pull/13674#discussion_r2282491004


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieBinaryCopyHandle.java:
##########
@@ -63,6 +64,26 @@ public class HoodieBinaryCopyHandle<T, I, K, O> extends 
HoodieWriteHandle<T, I,
   protected long recordsWritten = 0;
   protected long insertRecordsWritten = 0;
 
+  private MessageType getWriteSchema(HoodieWriteConfig config, 
List<StoragePath> inputFiles, Configuration conf, HoodieTable<?, ?, ?, ?> 
table) {
+    if (!config.isFileStitchingBinaryCopySchemaEvolutionEnabled() && 
!inputFiles.isEmpty()) {

Review Comment:
   make sense



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