felixwluo opened a new issue, #53978: URL: https://github.com/apache/doris/issues/53978
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.10/Maybe the master also has this problem ### What's Wrong? Create a regular hive catalog, but the partition of hive table is composed of 3 fields, when querying a catalog, for example, select * from catalog.db.table where k1 = 1 and dt='2025-07-01' and k2='xxxx', the error is reported as follows. ERROR 1105 (HY000): errCode = 2, detailMessage = get file split failed for table: dws_all_metrics_profile, err: org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Should use Nereids to prune partitions. set enable_fallback_to_original_planner=false and try again follow the prompts to turn off the automatic rollback to the old optimizer,querying again will result in an error. ERROR 1105 (HY000): errCode = 2, detailMessage = value already present: 5380623075053174162 ### What You Expected? Expect the query to be correct. ### How to Reproduce? Currently, the problem has not been reproduced after stubbing all partition information of the hive table. ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org