[GitHub] spark pull request #22178: [MINOR] Fix build failure due to non-direct confl...

2018-08-21 Thread HeartSaVioR
Github user HeartSaVioR closed the pull request at:

https://github.com/apache/spark/pull/22178


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #22178: [MINOR] Fix build failure due to non-direct confl...

2018-08-21 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request:

https://github.com/apache/spark/pull/22178

[MINOR] Fix build failure due to non-direct conflict: removing import 
affects others

## What changes were proposed in this pull request?

Fix the build failure on master branch: some PR removed import which #21469 
referred to. They were not making direct conflict so cannot find the issue 
until running build after merging twos.

## How was this patch tested?

Ran `maven clean install -DskipTests`. For tests I'd like to defer to CI 
build cause it will take hours.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HeartSaVioR/spark fix-build-failure-on-master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/22178.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 #22178


commit 533a53637ead10a8b8432cfd960947b218088ced
Author: Jungtaek Lim 
Date:   2018-08-21T23:53:06Z

Fix build failure due to non-direct conflict: removing import affects others




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org