zhangbutao opened a new pull request, #38089: URL: https://github.com/apache/doris/pull/38089
## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> Iceberg count pushdown with limit always return 0. This change fix this issue. ``` set enable_count_push_down_for_external_table=true; select count(*) from sample_mor_parquet limit 1; -- will always return 0 ``` -- 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]
