Skip to content
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

[SPARK-5606][SQL] Support plus sign in HiveContext #4378

Closed
wants to merge 4 commits into from

Conversation

watermen
Copy link
Contributor

@watermen watermen commented Feb 5, 2015

Now spark version is only support SELECT -key FROM DECIMAL_UDF; in HiveContext.
This patch is used to support SELECT +key FROM DECIMAL_UDF; in HiveContext.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@marmbrus
Copy link
Contributor

marmbrus commented Feb 5, 2015

ok to test

@SparkQA
Copy link

SparkQA commented Feb 5, 2015

Test build #26801 has started for PR 4378 at commit 777f132.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Feb 5, 2015

Test build #26801 has finished for PR 4378 at commit 777f132.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26801/
Test PASSed.

@scwf
Copy link
Contributor

scwf commented Feb 5, 2015

LGTM

asfgit pushed a commit that referenced this pull request Feb 5, 2015
Now spark version is only support ```SELECT -key FROM DECIMAL_UDF;``` in HiveContext.
This patch is used to support ```SELECT +key FROM DECIMAL_UDF;``` in HiveContext.

Author: q00251598 <qiyadong@huawei.com>

Closes #4378 from watermen/SPARK-5606 and squashes the following commits:

777f132 [q00251598] sql-case22
74dd368 [q00251598] sql-case22
1a67410 [q00251598] sql-case22
c5cd5bc [q00251598] sql-case22

(cherry picked from commit 9d3a75e)
Signed-off-by: Michael Armbrust <michael@databricks.com>
@asfgit asfgit closed this in 9d3a75e Feb 5, 2015
@marmbrus
Copy link
Contributor

marmbrus commented Feb 5, 2015

Thanks! merged to master and branch 1.3

@watermen watermen deleted the SPARK-5606 branch February 7, 2015 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants