codope commented on PR #11019:
URL: https://github.com/apache/hudi/pull/11019#issuecomment-2061126812

   @jonvex Can you please take a look at the last commit? I have updated the 
test to make it more clear what is getting fixed here. Essentially, the order 
of fields in the table is `(id, name, price, ts)`. The test inserts 
out-of-order i.e. `(id, name, ts, price)` and then it queries the table in the 
same order as defined when creating the table. The query order does not matter 
here, it is the out-of-order insert that is getting fixed. 


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