Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Jul 30, 2014

dev/run-tests use "git diff --dirstat master" to check whether sql is changed. However, --dirstat won't show sql if sql's change is negligible (e.g. 1k loc change in core, and only 1 loc change in hive).

We should use "git diff --name-only master" instead.

@SparkQA
Copy link

SparkQA commented Jul 30, 2014

QA tests have started for PR 1656. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17437/consoleFull

@SparkQA
Copy link

SparkQA commented Jul 30, 2014

QA results for PR 1656:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17437/consoleFull

@rxin
Copy link
Contributor Author

rxin commented Jul 30, 2014

Merging.

@asfgit asfgit closed this in 3bc3f18 Jul 30, 2014
@rxin rxin deleted the hiveTest branch August 13, 2014 08:02
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
… tests

dev/run-tests use "git diff --dirstat master" to check whether sql is changed. However, --dirstat won't show sql if sql's change is negligible (e.g. 1k loc change in core, and only 1 loc change in hive).

We should use "git diff --name-only master" instead.

Author: Reynold Xin <[email protected]>

Closes apache#1656 from rxin/hiveTest and squashes the following commits:

f5eab9f [Reynold Xin] [SPARK-2747] git diff --dirstat can miss sql changes and not run Hive tests.
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.

2 participants