Sumeet created SPARK-39902:
------------------------------

             Summary: Add Scan details to spark plan scan node in SparkUI
                 Key: SPARK-39902
                 URL: https://issues.apache.org/jira/browse/SPARK-39902
             Project: Spark
          Issue Type: Improvement
          Components: SQL, Web UI
    Affects Versions: 3.3.1
            Reporter: Sumeet


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.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to