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

    https://github.com/apache/spark/pull/20678#discussion_r171155800
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1518,7 +1525,9 @@ class SQLConf extends Serializable with Logging {
     
       def rangeExchangeSampleSizePerPartition: Int = 
getConf(RANGE_EXCHANGE_SAMPLE_SIZE_PER_PARTITION)
     
    -  def arrowEnable: Boolean = getConf(ARROW_EXECUTION_ENABLE)
    +  def arrowEnable: Boolean = getConf(ARROW_EXECUTION_ENABLED)
    --- End diff --
    
    Actually seems we don't use `arrowEnable` too.


---

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

Reply via email to