Florence Hope created SPARK-25242: ------------------------------------- Summary: Suggestion to make sql config setting fluent Key: SPARK-25242 URL: https://issues.apache.org/jira/browse/SPARK-25242 Project: Spark Issue Type: Improvement Components: PySpark Affects Versions: 2.3.1 Reporter: Florence Hope
Currently I am able to chain .conf.set() settings in the spark session API. I would also like to be able to chain config options in a similar manner in pyspark.sql.conf. The same issue is present in the scala SQL API so this might also need to be changed for consistency. See [https://github.com/apache/spark/blob/master/python/pyspark/conf.py#L130] vsĀ [https://github.com/apache/spark/blob/master/python/pyspark/sql/conf.py#L41] -- 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