wzx140 commented on code in PR #5629:
URL: https://github.com/apache/hudi/pull/5629#discussion_r917619328
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/action/commit/FlinkMergeHelper.java:
##########
@@ -61,42 +57,43 @@ public static FlinkMergeHelper newInstance() {
@Override
public void runMerge(HoodieTable<T, List<HoodieRecord<T>>, List<HoodieKey>,
List<WriteStatus>> table,
HoodieMergeHandle<T, List<HoodieRecord<T>>,
List<HoodieKey>, List<WriteStatus>> mergeHandle) throws IOException {
- final GenericDatumWriter<GenericRecord> gWriter;
- final GenericDatumReader<GenericRecord> gReader;
Schema readSchema;
+ Schema readerSchema;
+ Schema writerSchema;
Review Comment:
will add some inline comments
--
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]