EmilyMatt opened a new issue, #1393: URL: https://github.com/apache/datafusion-comet/issues/1393
### What is the problem the feature request solves? I think the documentation is not clear enough on this. Using a clean main branch, I tried running `./mvnw -pl spark -Dsuites="org.apache.spark.sql.comet.CometTPCDSV1_4_PlanStabilitySuite" -Pspark-3.5 -nsu test` It does not compile, I get an error in regards to ```[INFO] compiling 19 Scala sources and 10 Java sources to /home/emily/projects/datafusion-comet/spark/target/classes ... [ERROR] /home/emily/projects/datafusion-comet/spark/src/main/scala/org/apache/comet/CometExecIterator.scala:27: value COMET_METRICS_UPDATE_INTERVAL is not a member of object org.apache.comet.CometConf [ERROR] /home/emily/projects/datafusion-comet/spark/src/main/scala/org/apache/comet/CometExecIterator.scala:75: not found: value COMET_METRICS_UPDATE_INTERVAL ``` I've tried compiling everything first, I've tried running all the tests first and only then running this, to no avail. I've tried removing the `-nsu`, thinking snapshots might be interfering, as well as removing the `-pl spark` to see if maybe the general package is needed, the latter led to more general issues such as ByteBuffer not being found. I'm compiling for Spark 3.5, using Ubuntu 24.04, on an x86 machine, with OpenJDK 8 installed, along with Scala 2.12 I've tried setting all the Profiles as well, this did not change anything. I'm not sure which `common` snapshot does it use, as I've tried running make clean, mvn clean, as well as manually deleting all the `target` directories, tried running the tests directly afterwards, as well as after recompiling after the clean. I think the documentation needs to be updated, as they present simple commands, which doesn't seem to be the case. It's worth mentioning that compilation as well as all the tests work as expected, so this is not a general issue. Leaving this as a feature request for updated documentation as I'm not sure whether there's a bug or I'm doing something wrong ### Describe the potential solution _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org