Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20851#discussion_r176633578
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -353,6 +353,12 @@ object SQLConf {
         .booleanConf
         .createWithDefault(true)
     
    +  val PARQUET_FILTER_PUSHDOWN_DATE_ENABLED = 
buildConf("spark.sql.parquet.filterPushdown.date")
    +    .doc("If true, enables Parquet filter push-down optimization for Date. 
" +
    --- End diff --
    
    Yes, it should be an internal conf. In Spark 3.0 release, we will revisit 
all the internal confs and remove all the unnecessary confs.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to