This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 2c1057b469b [MINOR][SQL] Remove
`regression-test-SPARK-8489/test-2.11.jar`
2c1057b469b is described below
commit 2c1057b469b43201540f83acd81015f1bb87741b
Author: yangjie01 <[email protected]>
AuthorDate: Fri Sep 29 11:01:40 2023 -0700
[MINOR][SQL] Remove `regression-test-SPARK-8489/test-2.11.jar`
### What changes were proposed in this pull request?
This pr just remove a useless jar:
`sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.11.jar`
### Why are the changes needed?
`sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.11.jar` is
used to assist with the test case `SPARK-8489: MissingRequirementError during
reflection`, but as Spark 3.0 no longer supports Scala 2.11, it is no longer
needed now.
### 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 #43179 from LuciferYang/remove-test-2.11.jar.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../resources/regression-test-SPARK-8489/test-2.11.jar | Bin 7030 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git
a/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.11.jar
b/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.11.jar
deleted file mode 100644
index 5e093697e21..00000000000
Binary files
a/sql/hive/src/test/resources/regression-test-SPARK-8489/test-2.11.jar and
/dev/null differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]