nsivabalan commented on issue #3323:
URL: https://github.com/apache/hudi/issues/3323#issuecomment-884615732


   I guess its bcoz, you don't have a higher preCombine value for new commits 
made. I see that all your preCombine is set to same value. Can you try it out 
and let me know. 
   
   my local trail:
   https://gist.github.com/nsivabalan/d75f3f948c5f01a0b3454b986c3b9fe6
   output: 
   ```
   scala> spark.sql("select rowId, preComb, value from 
hudi_trips_incremental").show(false)
   +-----+-------+-----+
   |rowId|preComb|value|
   +-----+-------+-----+
   |row_3|2      |2    |
   |row_2|2      |2    |
   |row_1|2      |2    |
   |row_4|2      |2    |
   |row_5|2      |2    |
   |row_6|2      |2    |
   |row_7|2      |2    |
   |row_8|2      |2    |
   |row_9|2      |2    |
   +-----+-------+-----+
   ```


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