KnightChess opened a new issue, #9784: URL: https://github.com/apache/hudi/issues/9784
in default, hive sync tool will get all partitions from metastore to construct partition event which is drop、update or add. But in our case, our metastore limit only can fetch 10000 partitions, so it will get error if get all partitions, open `hoodie.datasource.hive_sync.filter_pushdown_enabled` will solve this question. So, I want to opent it default. The scenes I can think of, there is no problem with the config default enable. I want to ask what the situation cannot be opened by default. -- 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]
