Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1569: Remove HadoopShimsPre2_3, HadoopShimsPre2_6, HadoopShimsPre…
…2_7 classes ### What changes were proposed in this pull request? This PR aims to remove `HadoopShimsPre2_3`, `HadoopShimsPre2_6`, `HadoopShimsPre2_7` classes and use `HadoopShimsCurrent` always. ### Why are the changes needed? 1. `HadoopShimsCurrent` supports not only Apache Hadoop 3+ but also Apache Hadoop 2.7+. 2. Apache ORC 2.0 uses Hadoop 3.x shaded client doesn't need old shims for Hadoop 2.6 and olders. - #1509 In addition, Apache Spark community also has been using the shaded Hadoop client since Spark 3.2 (SPARK-33212) and dropped `Hadoop 2` profile via [SPARK-42452](https://issues.apache.org/jira/browse/SPARK-42452) completely at Spark 3.5.0. ### How was this patch tested? Pass the CIs. Closes #1724 from dongjoon-hyun/ORC-1569. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: William Hyun <william@apache.org>
- Loading branch information