This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 2094e712170 [SPARK-45321][TESTS] Clean up the unnecessary Scala 2.12
related binary files
2094e712170 is described below
commit 2094e71217005655349f4e78847ccbdb6b886bd0
Author: yangjie01 <[email protected]>
AuthorDate: Tue Sep 26 18:39:24 2023 +0800
[SPARK-45321][TESTS] Clean up the unnecessary Scala 2.12 related binary
files
### What changes were proposed in this pull request?
The purpose of this pr is to clean up the binary files used to assist with
Scala 2.12 testing.
They include:
- `core/src/test/resources/TestHelloV3_2.12.jar` and
`core/src/test/resources/TestHelloV2_2.12.jar` added by
SPARK-44246(https://github.com/apache/spark/pull/41789).
- `connector/connect/client/jvm/src/test/resources/udf2.12` and
`connector/connect/client/jvm/src/test/resources/udf2.12.jar` added by
SPARK-43744(https://github.com/apache/spark/pull/42069)
- `connector/connect/client/jvm/src/test/resources/TestHelloV2_2.12.jar`
added by SPARK-44293(https://github.com/apache/spark/pull/41844)
- `sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.12.jar`
added by SPARK-25304(https://github.com/apache/spark/pull/22308)
### Why are the changes needed?
Spark 4.0 no longer supports Scala 2.12.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43106 from LuciferYang/SPARK-45321.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
.../client/jvm/src/test/resources/TestHelloV2_2.12.jar | Bin 3784 -> 0 bytes
connector/connect/client/jvm/src/test/resources/udf2.12 | Bin 1520 -> 0 bytes
.../connect/client/jvm/src/test/resources/udf2.12.jar | Bin 5332 -> 0 bytes
core/src/test/resources/TestHelloV2_2.12.jar | Bin 3784 -> 0 bytes
core/src/test/resources/TestHelloV3_2.12.jar | Bin 3595 -> 0 bytes
.../resources/regression-test-SPARK-8489/test-2.12.jar | Bin 7179 -> 0 bytes
6 files changed, 0 insertions(+), 0 deletions(-)
diff --git
a/connector/connect/client/jvm/src/test/resources/TestHelloV2_2.12.jar
b/connector/connect/client/jvm/src/test/resources/TestHelloV2_2.12.jar
deleted file mode 100644
index d89cf6543a2..00000000000
Binary files
a/connector/connect/client/jvm/src/test/resources/TestHelloV2_2.12.jar and
/dev/null differ
diff --git a/connector/connect/client/jvm/src/test/resources/udf2.12
b/connector/connect/client/jvm/src/test/resources/udf2.12
deleted file mode 100644
index 1090bc90d9b..00000000000
Binary files a/connector/connect/client/jvm/src/test/resources/udf2.12 and
/dev/null differ
diff --git a/connector/connect/client/jvm/src/test/resources/udf2.12.jar
b/connector/connect/client/jvm/src/test/resources/udf2.12.jar
deleted file mode 100644
index 6ce6799678f..00000000000
Binary files a/connector/connect/client/jvm/src/test/resources/udf2.12.jar and
/dev/null differ
diff --git a/core/src/test/resources/TestHelloV2_2.12.jar
b/core/src/test/resources/TestHelloV2_2.12.jar
deleted file mode 100644
index d89cf6543a2..00000000000
Binary files a/core/src/test/resources/TestHelloV2_2.12.jar and /dev/null differ
diff --git a/core/src/test/resources/TestHelloV3_2.12.jar
b/core/src/test/resources/TestHelloV3_2.12.jar
deleted file mode 100644
index b175a6c8640..00000000000
Binary files a/core/src/test/resources/TestHelloV3_2.12.jar and /dev/null differ
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
deleted file mode 100644
index b0d3fd17a41..00000000000
Binary files
a/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.12.jar and
/dev/null differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]