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

    https://github.com/apache/spark/pull/15049#discussion_r150747161
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -327,6 +327,13 @@ object SQLConf {
         .booleanConf
         .createWithDefault(false)
     
    +  val PARQUET_RECORD_FILTER_ENABLED = 
buildConf("spark.sql.parquet.recordLevelFilter.enabled")
    +    .doc("If true, enables Parquet's native record-level filtering using 
the pushed down " +
    +      "filters. This configuration only has an effect when 
'spark.sql.parquet.filterPushdown' " +
    +      "is enabled.")
    +    .booleanConf
    +    .createWithDefault(true)
    --- End diff --
    
    Let me change it to `false` for now. Thanks @jiangxb1987.


---

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

Reply via email to