wangqt

Results 3 issues of wangqt

Description: The sql execute much slow when the literal value with string format in `in predicate`; and the real data is integral type。 ``` mysql> set enable_nereids_planner = false; Query...

usercase
dev/2.0.x
dev/2.1.x

## Proposed changes pick from master https://github.com/apache/doris/pull/35200 ## 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...

area/nereids

Problem: In legacy planner mode, when do select request from a table with rollup index; It will do mv rewrite operation, this will invoker too much Expr.toSql that will cause...

area/planner
approved
reviewed