pengzhiwei2018 commented on pull request #2651: URL: https://github.com/apache/hudi/pull/2651#issuecomment-810006262
> Understood. but what about a custom key generator which does not depend on DataSourceWriteOptions.PARTITIONPATH_FIELD_OPT_KEY ? Should we add handle some errors in that scenario? or turn off the use of file index? Yes, If a custom key generator is used, we should not enable partition prune, because we cannot infer the partition schema. I will add some logical for this case. -- 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]
