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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org