[ https://issues.apache.org/jira/browse/SPARK-16263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vladimir Feinberg updated SPARK-16263: -------------------------------------- Description: The following use case demonstrates the issue. cls.spark = SparkSession.builder \ .config("spark.sql.retainGroupColumns", "false") \ .getOrCreate() was:The following use case demonstrates the issue. > SparkSession caches configuration in an unituitive global way > ------------------------------------------------------------- > > Key: SPARK-16263 > URL: https://issues.apache.org/jira/browse/SPARK-16263 > Project: Spark > Issue Type: Bug > Components: PySpark > Reporter: Vladimir Feinberg > > The following use case demonstrates the issue. > cls.spark = SparkSession.builder \ > .config("spark.sql.retainGroupColumns", > "false") \ > .getOrCreate() -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org