Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/20445#discussion_r164933558
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceReaderHolder.scala
---
@@ -28,9 +28,9 @@ import org.apache.spark.sql.sources.v2.reader._
trait DataSourceReaderHolder {
/**
- * The full output of the data source reader, without column pruning.
+ * The output of the data source reader, without column pruning.
*/
- def fullOutput: Seq[AttributeReference]
--- End diff --
@cloud-fan This fixes the bug I spoke to you offline about.
The target of this PR is only master, not 2.3. So if you want to have this
fix in 2.3.0, please make a separate PR accordingly.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]