xicm commented on PR #6986: URL: https://github.com/apache/hudi/pull/6986#issuecomment-1341863937
The problem of log reader is caused by setting "hoodie.datasource.write.drop.partition.columns=true", and the purpose of setting "hoodie.datasource.write.drop.partition.columns=true" is to solve the problem of hive query. Hive3 query returns null when the where clause has a partition field. Setting "hoodie.datasource.write.drop.partition.columns=true" can solve this problem. I created a new pr #7355 to solve the hive query problem. I think we can close this pr. -- 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]
