viirya commented on a change in pull request #28366:
URL: https://github.com/apache/spark/pull/28366#discussion_r418429929
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala
##########
@@ -529,11 +532,14 @@ object DataSourceStrategy {
* @param translatedFilterToExpr An optional map from leaf node filter
expressions to its
* translated [[Filter]]. The map is used for
rebuilding
* [[Expression]] from [[Filter]].
+ * @param nestedPredicatePushdownEnabled Whether nested predicate pushdown
is enabled. Default is
+ * disabled.
Review comment:
Oh, forgot to change it. I was adding default value but removed it later.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]