danny0405 commented on code in PR #5627:
URL: https://github.com/apache/hudi/pull/5627#discussion_r914361663
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/mor/MergeOnReadInputFormat.java:
##########
@@ -649,7 +656,8 @@ static class MergeIterator implements RecordIterator {
int[] requiredPos,
boolean emitDelete,
int operationPos,
- ParquetColumnarRowSplitReader reader) { // the reader should be with
full schema
+ ParquetColumnarRowSplitReader reader, // the reader should be with
full schema
+ String mergeClass) {
this.tableSchema = tableSchema;
Review Comment:
Do we need to pass around the `mergeClass` explicitly ? You can fetch that
through the `flinkConf` right ?
--
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]