-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQL] Tighten the visibility of various SQLConf methods and renamed setter/getters #1794
Conversation
QA tests have started for PR 1794. This patch merges cleanly. |
QA results for PR 1794: |
QA tests have started for PR 1794. This patch merges cleanly. |
QA results for PR 1794: |
test this please |
QA tests have started for PR 1794. This patch merges cleanly. |
QA results for PR 1794: |
test this please |
@@ -17,17 +17,17 @@ | |||
|
|||
package org.apache.spark.sql | |||
|
|||
import scala.collection.immutable | |||
import scala.collection.JavaConversions._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: under the java import & switch order of these two
Ran tests locally. I'm going to merge. |
Hey @rxin -- I think this is good to go. |
…etter/getters Author: Reynold Xin <[email protected]> Closes #1794 from rxin/sql-conf and squashes the following commits: 3ac11ef [Reynold Xin] getAllConfs return an immutable Map instead of an Array. 4b19d6c [Reynold Xin] Tighten the visibility of various SQLConf methods and renamed setter/getters. (cherry picked from commit b70bae4) Signed-off-by: Michael Armbrust <[email protected]>
…etter/getters Author: Reynold Xin <[email protected]> Closes apache#1794 from rxin/sql-conf and squashes the following commits: 3ac11ef [Reynold Xin] getAllConfs return an immutable Map instead of an Array. 4b19d6c [Reynold Xin] Tighten the visibility of various SQLConf methods and renamed setter/getters.
No description provided.