Prakhar Jain created SPARK-31810:
------------------------------------

             Summary: Fix recoverPartitions test in DDLSuite
                 Key: SPARK-31810
                 URL: https://issues.apache.org/jira/browse/SPARK-31810
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.5, 2.3.4, 3.0.0
            Reporter: Prakhar Jain


The recoverPartitions test 
[[link|https://github.com/apache/spark/blob/v3.0.0-rc2/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala#L1205]]]
 overrides RDD_PARALLEL_LISTING_THRESHOLD treating it as SQLConf. But 
RDD_PARALLEL_LISTING_THRESHOLD is not a SQLConf, so it doesn't get overriden in 
SharedSparkSession and so the existing test doesn't end up testing the required 
behaviour.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to