GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/18568
[Revert][SPARK-21307][SQL] Remove SQLConf parameters from the
parser-related classes
## What changes were proposed in this pull request?
Since we do not set active sessions when parsing the plan, we are unable to
correctly use SQLConf.get to find the correct active session. Since
https://github.com/apache/spark/pull/18531 breaks the build, I plan to revert
it at first.
## How was this patch tested?
The existing test cases
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gatorsmile/spark revert18531
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18568.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18568
----
commit 5b579a7d96af02aee16c09da3d95c48d113e7b7b
Author: Xiao Li <[email protected]>
Date: 2017-07-07T20:36:00Z
Revert "[SPARK-21307][SQL] Remove SQLConf parameters from the
parser-related classes."
This reverts commit c8e7f445b98fce0b419b26f43dd3a75bf7c7375b.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]