[VL] Collapse trivial projects generated by rule PushDownInputFileExpression#7188
[VL] Collapse trivial projects generated by rule PushDownInputFileExpression#7188zhztheplayer merged 2 commits intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
|
cc @zhztheplayer Thank you. |
|
Hi @zml1206, why this is done in rule |
Because this |
|
IIUC, the following codes colud be removed, after this pr and #7124, right? |
What changes were proposed in this pull request?
follow #7124
In
PushDownInputFileExpression, we will add new project before leaf node and push down input file expression to thenew project, if scan is fallback and the outer project is cheap or fallback, we can collapse project to simplify physical plan.
How was this patch tested?
UT.