andygrove commented on code in PR #2141:
URL: https://github.com/apache/datafusion-comet/pull/2141#discussion_r2273935996


##########
spark/src/main/scala/org/apache/spark/sql/comet/CometScanExec.scala:
##########
@@ -76,6 +76,9 @@ case class CometScanExec(
 
   assert(scanImpl != CometConf.SCAN_AUTO)
 
+  override val nodeName: String =
+    s"CometScan [$scanImpl] $relation 
${tableIdentifier.map(_.unquotedString).getOrElse("")}"
+

Review Comment:
   I moved this higher up in the file, next to the other `val` declarations, 
and I updated the string to include `scanImpl`.



-- 
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