apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.22k stars 438 forks source link

[GLUTEN-7847][CORE] Distinguish between native scan and vanilla spark scan in plan tree string #7877

Closed zml1206 closed 2 weeks ago

zml1206 commented 2 weeks ago

What changes were proposed in this pull request?

Keep consistent with other transformers. For V1 FileScan native, update nameNode from "Scan " to "ScanTransformer ", update nodeNamePrefix from "NativeFile" to "File". For V2 BatchScan native, update nameNode from "BatchScan " to "BatchScanTransformer ".

How was this patch tested?

Pass CI.

github-actions[bot] commented 2 weeks ago

https://github.com/apache/incubator-gluten/issues/7847

github-actions[bot] commented 2 weeks ago

Run Gluten Clickhouse CI on x86

github-actions[bot] commented 2 weeks ago

Run Gluten Clickhouse CI on x86

zml1206 commented 2 weeks ago

@zhztheplayer @FelixYBW Can you help take a look? @zzcclp CH backend is also modified here, Thanks.

github-actions[bot] commented 2 weeks ago

Run Gluten Clickhouse CI on x86