Closed zml1206 closed 2 weeks ago
Currently, the nodeName of navtive scan are the same as vanilla spark scan, making it impossible to distinguish them in planTreeString.
For example, for FileSourceScanExec: update nodeName from "Scan " to "NativeScan " update nodeNamePrefix from "NativeFile" to "File"
FileSourceScanExec
@zhztheplayer Do you think it is necessary to modify?
Not a big issue. We may align with other operator name like ScanTransformer
Description
Currently, the nodeName of navtive scan are the same as vanilla spark scan, making it impossible to distinguish them in planTreeString.
For example, for
FileSourceScanExec
: update nodeName from "Scan " to "NativeScan " update nodeNamePrefix from "NativeFile" to "File"