Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17015][SQL] group-by/order-by ordinal and arithmetic tests - #14595
Closed
petermaxlee wants to merge 2 commits into
Closed
[SPARK-17015][SQL] group-by/order-by ordinal and arithmetic tests#14595petermaxlee wants to merge 2 commits into
petermaxlee wants to merge 2 commits into
Conversation
rxin
commented
Aug 11, 2016
Contributor
LGTM pending Jenkins. |
SparkQA
commented
Aug 11, 2016
Test build #63591 has finished for PR 14595 at commit
|
rxin
commented
Aug 11, 2016
Contributor
I'm going to merge this one in master. I talked to @cloud-fan and we can cherry pick all the test harness changes back in branch-2.0, so we don't need #14594 anymore. |
rxin
commented
Aug 11, 2016
Contributor
I've also merged this in branch-2.0. |
asfgit pushed a commit
that referenced
this pull request
Aug 11, 2016
This patch adds three test files: 1. arithmetic.sql.out 2. order-by-ordinal.sql 3. group-by-ordinal.sql This includes #14594. This is a test case change. Author: petermaxlee <petermaxlee@gmail.com> Closes#14595 from petermaxlee/SPARK-17015. (cherry picked from commit a7b02db) Signed-off-by: Reynold Xin <rxin@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This patch adds three test files:
This includes #14594.
How was this patch tested?
This is a test case change.