jonvex commented on PR #11423: URL: https://github.com/apache/hudi/pull/11423#issuecomment-2158361929
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 -- 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]
