andygrove commented on issue #864: URL: https://github.com/apache/datafusion-comet/issues/864#issuecomment-2306143484
I see that you are submitting multiple jars. One is using an absolute path under `/root` and others are using a relative path, which seems like it is maybe not intended? Also, there is no nee to submit the source jars or test source jars. Could you try submitting just `comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT.jar` using an absolute path? ``` /root/datafusion-comet/spark/target/comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT-sources.jar, ./datafusion-comet/spark/target/comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT-test-sources.jar, ./datafusion-comet/spark/target/comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT.jar, ./datafusion-comet/spark/target/original-comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT-sources.jar, ./datafusion-comet/spark/target/original-comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT.jar \ ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
