Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-42451][SQL][TESTS] Simplifies the filter conditions of `testin…
…gVersions` in `HiveExternalCatalogVersionsSuite` ### What changes were proposed in this pull request? Spark 3.1.x already EOL and has been deleted from https://dist.apache.org/repos/dist/release/spark, this pr remove the filter condition `!(v.startsWith("3.1") && SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_17))` from `testingVersions` check, all version already support test with Java 17. ### Why are the changes needed? Delete unnecessary test conditions. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes apache#40039 from LuciferYang/HiveExternalCatalogVersionsSuite-testVersion. Authored-by: yangjie01 <[email protected]> Signed-off-by: Yuming Wang <[email protected]>
- Loading branch information