zuston commented on code in PR #1643:
URL: https://github.com/apache/auron/pull/1643#discussion_r2570605022
##########
spark-extension/src/main/scala/org/apache/spark/sql/execution/auron/plan/NativeFileSourceScanBase.scala:
##########
@@ -154,4 +152,31 @@ abstract class NativeFileSourceScanBase(basedFileScan:
FileSourceScanExec)
}
override protected def doCanonicalize(): SparkPlan =
basedFileScan.canonicalized
+
+ override def verboseStringWithOperatorId(): String = {
Review Comment:
Could you add the reference url of spark in comment for better understanding
?
--
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]