xiarixiaoyao commented on pull request #2907: URL: https://github.com/apache/hudi/pull/2907#issuecomment-958635857
@vinothchandar @nsivabalan @mpouttu hello, this change cause performance degradation in our test env。rdd.isEmpty will trigger a partition level calculation, then in sparkRDDwriteClient.comit the rdd will cacualtion again, double calcation 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]
