Github user tejasapatil commented on a diff in the pull request:
https://github.com/apache/spark/pull/20226#discussion_r166426610
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala
---
@@ -86,6 +86,9 @@ case class RowDataSourceScanExec(
def output: Seq[Attribute] = requiredColumnsIndex.map(fullOutput)
+ override val nodeName: String =
--- End diff --
My intent was to be able to distinguish between RowDataSourceScan and
FileSourceScan. Removed those overrides.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]