marchpure commented on PR #5755:
URL: https://github.com/apache/hudi/pull/5755#issuecomment-1147373394

   > @marchpure @xiarixiaoyao : It is expected that keys passed to be read from 
HFile should be sorted in lexicographical order. So, not sure how did you hit 
this issue. If I am not wrong, all callers do sort before looking up from 
HFile. Did you encounter this in your env? I understand the tests written does 
not have keys in sorted order and so you could reproduce the issue.
   
   In the HFile, the order is partitionkey and rowkey.
   
   But the keys passed to be read from HFile is rowkey and partitionkey.


-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to