pan3793 commented on code in PR #55510:
URL: https://github.com/apache/spark/pull/55510#discussion_r3135840180


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2Exec.scala:
##########
@@ -320,7 +323,8 @@ case class ReplaceDataExec(
     refreshCache: () => Unit,
     projections: ReplaceDataProjections,
     write: Write,
-    rowLevelCommand: RowLevelOperation.Command) extends RowLevelWriteExec {
+    rowLevelCommand: RowLevelOperation.Command,
+    tableName: String) extends RowLevelWriteExec {

Review Comment:
   maybe a similar api is required for batch scan, for built-in file-based 
tables, the node name is `Scan parquet cat.db.t`, which format is missing in 
the batch scan node name



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to