Description
Hi,
For DSv2, the scan node in the spark plan on SparkUI simply shows "BatchScan" as opposed to "Scan <fileformat>".
Add a method "String name()" to the Scan interface, that "BatchScanExec" can invoke to set the node name the plan. This nodeName will be eventually used by "SparkPlanGraphNode" to display it in the header of the UI node.
DSv1
DSv2