You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/05 11:28:48 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #29831: [SPARK-32351][SQL] Show partially pushed down partition filters in explain()

HyukjinKwon commented on a change in pull request #29831:
URL: https://github.com/apache/spark/pull/29831#discussion_r499528767



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala
##########
@@ -484,6 +485,20 @@ object DataSourceStrategy {
     }
   }
 
+  private[sql] def getPushedDownFilters(

Review comment:
       You can remove "private[sql]" since we're already in the private package `execution`.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org