yabola commented on code in PR #37545:
URL: https://github.com/apache/spark/pull/37545#discussion_r947432385
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/parquet/ParquetScanBuilder.scala:
##########
@@ -46,7 +45,13 @@ case class ParquetScanBuilder(
sparkSession.sessionState.newHadoopConfWithOptions(caseSensitiveMap)
}
- lazy val pushedParquetFilters = {
+ private var finalSchema = new StructType()
+
+ private var pushedAggregations = Option.empty[Aggregation]
+
+ override protected val supportsNestedSchemaPruning: Boolean = true
+
Review Comment:
I did not modify this part above, just implemented
`FileScanBuilder#pushDataFilters` for ParquetScanBuilder
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]