morningman opened a new pull request, #23026:
URL: https://github.com/apache/doris/pull/23026
## Proposed changes
Nereids uses different partition pruner to prune the partition.
The new partition pruner support predicate like `cast(day1 as date) >
cast("2023-08-16" as date)`
This PR mainly changes:
1. Use new partition pruner for hive tables
2. Fix some error when query `count(*)` in hive table.
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]