apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.13k stars 409 forks source link

[VL] Add Scala 2.13 support #6316

Closed zhztheplayer closed 2 weeks ago

zhztheplayer commented 1 month ago

Description

To support compilation with -P scala-2.13 which was added in patch https://github.com/apache/incubator-gluten/pull/6311 in Velox backend.

So far -P backends-velox,scala-2.13 causes compile time error.

surnaik commented 1 month ago

@zhztheplayer if nobody is working on this, please let me know, I can add support for this. Thanks!

zhztheplayer commented 1 month ago

@zhztheplayer if nobody is working on this, please let me know, I can add support for this. Thanks!

Sure, feel free to take. Thank you for helping.