apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.84k stars 3.12k forks source link

[chore](planner) use NotFallbackInPasrser to label stmt impl in Nereids #37216

Closed morrySnow closed 2 days ago

morrySnow commented 3 days ago

add a interface named NotFallbackInPasrser. If we already impl same stmt in Nereids, we let the stmt in legacy planner implement it. When stmt implement NotFallbackInPasrser, it could not fall back to legacy planner when parse failed in Nereids.

morrySnow commented 3 days ago

run buildall

morrySnow commented 3 days ago

run buildall

github-actions[bot] commented 2 days ago

PR approved by at least one committer and no changes requested.

github-actions[bot] commented 2 days ago

PR approved by anyone and no changes requested.