You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2018/09/03 02:57:13 UTC

spark git commit: [SPARK-25304][SPARK-8489][SQL][TEST] Fix HiveSparkSubmitSuite test for Scala 2.12

Repository: spark
Updated Branches:
  refs/heads/master a481794ca -> 64bbd134e


[SPARK-25304][SPARK-8489][SQL][TEST] Fix HiveSparkSubmitSuite test for Scala 2.12

## What changes were proposed in this pull request?

remove test-2.10.jar and add test-2.12.jar.

## How was this patch tested?

```
$ sbt -Dscala-2.12
> ++ 2.12.6
> project hive
> testOnly *HiveSparkSubmitSuite -- -z "8489"
```

Closes #22308 from sadhen/SPARK-8489-FOLLOWUP.

Authored-by: Darcy Shen <sa...@zoho.com>
Signed-off-by: Sean Owen <se...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/64bbd134
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/64bbd134
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/64bbd134

Branch: refs/heads/master
Commit: 64bbd134ea1db5ead72461a65e130ef486c24dbf
Parents: a481794
Author: Darcy Shen <sa...@zoho.com>
Authored: Sun Sep 2 21:57:06 2018 -0500
Committer: Sean Owen <se...@databricks.com>
Committed: Sun Sep 2 21:57:06 2018 -0500

----------------------------------------------------------------------
 .../regression-test-SPARK-8489/test-2.10.jar        | Bin 6865 -> 0 bytes
 .../regression-test-SPARK-8489/test-2.12.jar        | Bin 0 -> 7179 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/64bbd134/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.10.jar
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.10.jar b/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.10.jar
deleted file mode 100644
index 3f28d37..0000000
Binary files a/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.10.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/spark/blob/64bbd134/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.12.jar
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.12.jar b/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.12.jar
new file mode 100644
index 0000000..b0d3fd1
Binary files /dev/null and b/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.12.jar differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org