gaoyanyang250520 opened a new issue, #51452: URL: https://github.com/apache/doris/issues/51452
### 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 doris 2.1.9 ### What's Wrong? 账套表 dwd_table_sales_custom_account_info_day 分区 dt 为 varchar 类型 select * from dwd.dwd_table_sales_custom_account_info_day where dt='2024-03-07' and custom_id='30' 过滤出 三条结果  select * from dwd.dwd_table_sales_custom_account_info_day where to_date(dt)=to_date('2024-03-07') and custom_id='30' 过滤出一条结果  ### What You Expected? 修改bug ### How to Reproduce? _No response_ ### Anything Else? 暂无 ### 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: [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]
