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

    https://github.com/apache/spark/pull/19451#discussion_r146761684
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1200,6 +1211,8 @@ class SQLConf extends Serializable with Logging {
     
       def arrowMaxRecordsPerBatch: Int = 
getConf(ARROW_EXECUTION_MAX_RECORDS_PER_BATCH)
     
    +  def replaceExceptWithFilter: Boolean = 
getConf(REPLACE_EXCEPT_WITH_FILTER)
    --- End diff --
    
    This is not being used, right?


---

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

Reply via email to