Github user xuanyuanking commented on a diff in the pull request:
https://github.com/apache/spark/pull/22222#discussion_r212820814
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala
---
@@ -307,7 +308,7 @@ case class FileSourceScanExec(
withSelectedBucketsCount
}
- private lazy val inputRDD: RDD[InternalRow] = {
+ private lazy val inputRDD: RDD[Object] = {
--- End diff --
Thanks Sean! Addressed in 7e88599.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]