apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
682 stars 481 forks source link

ORC-1636: Pin `scala-library` to 2.12.18 #1823

Closed cxzl25 closed 7 months ago

cxzl25 commented 7 months ago

What changes were proposed in this pull request?

This PR aims to pin scala-library to 2.12.18.

Why are the changes needed?

Apache Spark 3.5 uses 2.12.18.

How was this patch tested?

GA

Was this patch authored or co-authored using generative AI tooling?

No

cxzl25 commented 7 months ago

Fix #1821

dongjoon-hyun commented 7 months ago

Actually, we can ignore this until Apache Spark 4 arrives because Apache ORC 2.0+ works with Apache Spark 4.0+ due to the minimum Java version requirement. Apache Spark 4 supports Scala 2.13.12 only. Let me close this. I closed the dependabot PR last week, but forgot to disable it.