foxtail463 opened a new pull request, #66110: URL: https://github.com/apache/doris/pull/66110
Problem: A multi-slot conjunct (e.g. a = b) disabled dictionary filtering globally in both ORC and Parquet readers, so unrelated single-slot columns lost the dict-filter optimization. Solution: Replace the global disable flag with a per-slot blocked set that only blocks slots referenced by multi-slot conjuncts, keeping other columns eligible. -- 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]
