Skip to content
Snippets Groups Projects
  • Andrew Or's avatar
    a7d0fedc
    [SPARK-14988][PYTHON] SparkSession catalog and conf API · a7d0fedc
    Andrew Or authored
    ## 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 <andrew@databricks.com>
    
    Closes #12765 from andrewor14/python-spark-session-more.
    a7d0fedc
    History
    [SPARK-14988][PYTHON] SparkSession catalog and conf API
    Andrew Or authored
    ## 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 <andrew@databricks.com>
    
    Closes #12765 from andrewor14/python-spark-session-more.