[
https://issues.apache.org/jira/browse/SPARK-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079073#comment-14079073
]
Apache Spark commented on SPARK-2747:
-------------------------------------
User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/1656
> git diff --dirstat can miss sql changes and not run Hive tests
> --------------------------------------------------------------
>
> Key: SPARK-2747
> URL: https://issues.apache.org/jira/browse/SPARK-2747
> Project: Spark
> Issue Type: Bug
> Components: Build
> Reporter: Reynold Xin
> Assignee: Reynold Xin
> Priority: Critical
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)