nsivabalan commented on issue #2255: URL: https://github.com/apache/hudi/issues/2255#issuecomment-731500309
I see you are using DataSourceReadOptions.QUERY_TYPE_READ_OPTIMIZED_OPT_VAL. Can you try QUERY_TYPE_SNAPSHOT_OPT_VAL. read optimized will skip the delta commits. Also, may I know why you are using ComplexKeyGenerator, I see your recordKey has only one field. So, you could resort to using SimpleKeyGenerator. ---------------------------------------------------------------- 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]
