[ 
https://issues.apache.org/jira/browse/SPARK-31810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17115795#comment-17115795
 ] 

Apache Spark commented on SPARK-31810:
--------------------------------------

User 'prakharjain09' has created a pull request for this issue:
https://github.com/apache/spark/pull/28634

> Fix recoverPartitions test in DDLSuite
> --------------------------------------
>
>                 Key: SPARK-31810
>                 URL: https://issues.apache.org/jira/browse/SPARK-31810
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL, Tests
>    Affects Versions: 2.3.4, 2.4.5, 3.0.0
>            Reporter: Prakhar Jain
>            Priority: Major
>
> 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