wombatu-kun commented on PR #11423:
URL: https://github.com/apache/hudi/pull/11423#issuecomment-2159522242

   > Yeah, I think it should be ok to reduce the number of records. Just set 
break points at
   > 
   > 
https://github.com/apache/hudi/blob/e63722d24b5f42d5411f02c0b0872310111887b3/hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/SparkFileFormatInternalRowReaderContext.scala#L204
   > 
   > and
   > 
https://github.com/apache/hudi/blob/e63722d24b5f42d5411f02c0b0872310111887b3/hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/SparkFileFormatInternalRowReaderContext.scala#L210
   > 
   > and make sure that `nextSkeleton._2 > nextData._2` and `nextSkeleton._2 < 
nextData._2` happen
   
   @jonvex may by something is wrong with my IDE/debugger, but I don't see that 
any of these cases happen even without my changes (on 100000 inserts and 20000 
updates). Break points set in these places are never reached while debugging 
this test.


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