You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/23 04:36:08 UTC

[GitHub] [hudi] LinMingQiang commented on issue #5934: When reading the mor table with `QUERY_TYPE_SNAPSHOT`,Unable to correctly sort and de duplicate data by `PRECOMBINE_FIELD`.

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org