You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "littleeleventhwolf (via GitHub)" <gi...@apache.org> on 2023/02/23 12:58:23 UTC

[GitHub] [hudi] littleeleventhwolf opened a new issue, #8028: [SUPPORT] Globally sort by a certain field and ensure data consistency in streaming and batch query / ETL

littleeleventhwolf opened a new issue, #8028:
URL: https://github.com/apache/hudi/issues/8028

   Hudi now provides `preCombine(...)` and `combineAndGetUpdateValue(...)`, which can be used to ensure that a certain write buffer is in order and the snapshot query in order respectively.  But in streaming ETL, data disorder is a very common problem, which eventually leads to incorrect query results for users.  Is it possible to sort by a certain field in Hudi compaction? That is, the final ETL result and the queried upstream are eventual consistency.
   
   What still needs to be considered is how to ensure the correctness of Hudi CDC aggregation result in streaming process when data is out of order.
   
   


-- 
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.apache.org

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


[GitHub] [hudi] littleeleventhwolf closed issue #8028: [SUPPORT] Globally sort by a certain field and ensure data consistency in streaming and batch query / ETL

Posted by "littleeleventhwolf (via GitHub)" <gi...@apache.org>.
littleeleventhwolf closed issue #8028: [SUPPORT] Globally sort by a certain field and ensure data consistency in streaming and batch query / ETL
URL: https://github.com/apache/hudi/issues/8028


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