Skip to content
Snippets Groups Projects
Commit 2b2c8c33 authored by Reynold Xin's avatar Reynold Xin Committed by Cheng Lian
Browse files

[SPARK-13486][SQL] Move SQLConf into an internal package

## What changes were proposed in this pull request?
This patch moves SQLConf into org.apache.spark.sql.internal package to make it very explicit that it is internal. Soon I will also submit more API work that creates implementations of interfaces in this internal package.

## How was this patch tested?
If it compiles, then the refactoring should work.

Author: Reynold Xin <rxin@databricks.com>

Closes #11363 from rxin/SPARK-13486.
parent 07f92ef1
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 14 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