LinMingQiang commented on issue #5934: URL: https://github.com/apache/hudi/issues/5934#issuecomment-1163918227
by default FLink SQL uses Eventtimeavropayload, `MergeIterator.mergeRowWithLog` calls `record.getData().combineAndGetUpdateValue(historyAvroRecord, tableSchema)` instead of `record.getData().combineAndGetUpdateValue(historyAvroRecord, tableSchema, payloadConf)` . so The final call is `OverwriteWithLatestAvroPayload.combineAndGetUpdateValue(IndexedRecord,Schema)` -- 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]
