rubenssoto commented on issue #2484: URL: https://github.com/apache/hudi/issues/2484#issuecomment-767173123
Great, thank you for the explanation....its makes sense. If I understand this code right, Hudi will order by partition key and record key, so if I have an unpartitioned table the data on my files should be ordered by record key(primary key), is it? I check one table of mine, and it is my min and max of my primary key of each file <img width="1333" alt="Captura de Tela 2021-01-25 às 20 09 22" src="https://user-images.githubusercontent.com/36298331/105777653-83000500-5f49-11eb-8243-a28257e26996.png"> Using that code as a reference, I imagined the files like: file01 1 1000 file02 1001 2000 file03 2001 3000 ....... and so on ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
