Skip to content
Snippets Groups Projects
Commit cfa64882 authored by Andrew Or's avatar Andrew Or Committed by Reynold Xin
Browse files

[SPARK-14902][SQL] Expose RuntimeConfig in SparkSession

## What changes were proposed in this pull request?

`RuntimeConfig` is the new user-facing API in 2.0 added in #11378. Until now, however, it's been dead code. This patch uses `RuntimeConfig` in `SessionState` and exposes that through the `SparkSession`.

## How was this patch tested?

New test in `SQLContextSuite`.

Author: Andrew Or <andrew@databricks.com>

Closes #12669 from andrewor14/use-runtime-conf.
parent f36c9c83
No related branches found
No related tags found
No related merge requests found
Showing
with 79 additions and 56 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment