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

    https://github.com/apache/spark/pull/23046#discussion_r234073072
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchangeExec.scala
 ---
    @@ -280,7 +280,7 @@ object ShuffleExchangeExec {
               }
               // The comparator for comparing row hashcode, which should 
always be Integer.
               val prefixComparator = PrefixComparators.LONG
    -          val canUseRadixSort = 
SparkEnv.get.conf.get(SQLConf.RADIX_SORT_ENABLED)
    +          val canUseRadixSort = SQLConf.get.enableRadixSort
    --- End diff --
    
    Ah, yes, to be exact, if users specified the config to `SparkConf` before 
Spark ran, it could be read.
    I'd leave which branch we should backport to to you and other reviewers. 
@jiangxb1987 @cloud-fan 


---

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

Reply via email to