[ https://issues.apache.org/jira/browse/SPARK-23691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399899#comment-16399899 ]
Apache Spark commented on SPARK-23691: -------------------------------------- User 'HyukjinKwon' has created a pull request for this issue: https://github.com/apache/spark/pull/20830 > Use sql_conf util in PySpark tests where possible > ------------------------------------------------- > > Key: SPARK-23691 > URL: https://issues.apache.org/jira/browse/SPARK-23691 > Project: Spark > Issue Type: Improvement > Components: PySpark > Affects Versions: 2.3.0 > Reporter: Hyukjin Kwon > Priority: Minor > > https://github.com/apache/spark/commit/d6632d185e147fcbe6724545488ad80dce20277e > added an useful util > {code} > @contextmanager > def sql_conf(self, pairs): > ... > {code} > to allow configuration set/unset within a block: > {code} > with self.sql_conf({"spark.blah.blah.blah", "blah"}) > # test codes > {code} > It would be nicer if we use it. > Note that there look already few places affecting tests without restoring the > original value back in unittest classes. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org