Abhishek-Mohan opened a new issue, #129:
URL: https://github.com/apache/arrow-datafusion-comet/issues/129
### Describe the bug
When trying to build with Java 21, it fails during
org.apache.comet:comet-common-spark3.4_2.12 step.
There looks to be some issue between SBT and Scala as this is the error.
`[INFO] --- scala:4.7.2:compile (scala-compile-first) @
comet-common-spark3.4_2.12 ---
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file:
/Users/abhishekmohan/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.7.1-bin_2.12.17__65.0-1.7.1_20220712T022208.jar
[INFO] Compiler bridge file is not installed yet
error:
bad constant pool index: 0 at pos: 48461
while compiling: <no file>
during phase: globalPhase=<no phase>, enteringPhase=<some phase>
library version: version 2.12.17
compiler version: version 2.12.17
`
### Steps to reproduce
1. Install Jdk17 and set it as the default
2. Run `make release PROFILES="-Pspark-3.4"`
### Expected behavior
It should build successfully.
### Additional context
Java 17 builds successfully, so wanted to surface this issue as I saw no
prior issue raised for this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]