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

    https://github.com/apache/spark/pull/22233#discussion_r212802305
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala 
---
    @@ -1131,7 +1135,7 @@ abstract class DDLSuite extends QueryTest with 
SQLTestUtils {
       }
     
       test("alter table: recover partition (parallel)") {
    -    withSQLConf("spark.rdd.parallelListingThreshold" -> "1") {
    +    withSQLConf("spark.rdd.parallelListingThreshold" -> "0") {
    --- End diff --
    
    @MaxGekk, out of curiosity, why does this have to be 0?


---

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

Reply via email to