Commit b7277e0
committed
[SPARK-19495][SQL] Make SQLConf slightly more extensible
## What changes were proposed in this pull request?
This pull request makes SQLConf slightly more extensible by removing the visibility limitations on the build* functions.
## How was this patch tested?
N/A - there are no logic changes and everything should be covered by existing unit tests.
Author: Reynold Xin <[email protected]>
Closes #16835 from rxin/SPARK-19495.1 parent 7a7ce27 commit b7277e0
File tree
5 files changed
+139
-137
lines changed- sql
- core/src
- main/scala/org/apache/spark/sql
- internal
- test/scala/org/apache/spark/sql
- internal
- hive/src/main/scala/org/apache/spark/sql/hive
5 files changed
+139
-137
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments