Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21623#discussion_r199078056
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -378,6 +378,14 @@ object SQLConf {
         .booleanConf
         .createWithDefault(true)
     
    +  val PARQUET_FILTER_PUSHDOWN_STRING_STARTSWITH_ENABLED =
    +    buildConf("spark.sql.parquet.filterPushdown.string.startsWith")
    +    .doc("If true, enables Parquet filter push-down optimization for 
string starts with. " +
    --- End diff --
    
    `for string startsWith function`


---

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

Reply via email to