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

    https://github.com/apache/spark/pull/20851#discussion_r176966288
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -353,6 +353,13 @@ 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. 
" +
    +      "This configuration only has an effect when 
'spark.sql.parquet.filterPushdown' is enabled.")
    +    .internal()
    +    .booleanConf
    +    .createWithDefault(false)
    --- End diff --
    
    @dongjoon-hyun, we are investigating to use this feature in some kind of 
eBay's queries, if its performance is good, will benefit a lot.
    As per our discussion, I will turn it on by default, thanks very much!


---

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

Reply via email to