rangareddy commented on issue #14436:
URL: https://github.com/apache/hudi/issues/14436#issuecomment-4892631525

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: this describes an incomplete feature, not a bug. Currently 
supported: compaction/MergeHandle and RealtimeCompactedRecordReader merge 
records via a memory-intensive hash-based merge. Pending: writing all base/log 
data sorted by _hoodie_record_key and using an N-way sort-merge on both write 
and read paths (requires a HIP and a back-compat story for existing unsorted 
data).
   
   Keeping open. Will be scoped into a future feature-completion effort.


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

Reply via email to