From a7d0fedc940721d09350f2e57ae85591e0a3d90e Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Fri, 29 Apr 2016 09:34:10 -0700 Subject: [SPARK-14988][PYTHON] SparkSession catalog and conf API ## What changes were proposed in this pull request? The `catalog` and `conf` APIs were exposed in `SparkSession` in #12713 and #12669. This patch adds those to the python API. ## How was this patch tested? Python tests. Author: Andrew Or Closes #12765 from andrewor14/python-spark-session-more. --- dev/sparktestsupport/modules.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev/sparktestsupport/modules.py') diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py index 6d47733ec1..5640928643 100644 --- a/dev/sparktestsupport/modules.py +++ b/dev/sparktestsupport/modules.py @@ -334,6 +334,9 @@ pyspark_sql = Module( python_test_goals=[ "pyspark.sql.types", "pyspark.sql.context", + "pyspark.sql.session", + "pyspark.sql.conf", + "pyspark.sql.catalog", "pyspark.sql.column", "pyspark.sql.dataframe", "pyspark.sql.group", -- cgit v1.2.3