radhikabajaj123

Results 8 comments of radhikabajaj123

It outputs: `total 24 -rw-r--r-- 1 radhika.bajaj staff 1339 Aug 23 10:56 Cargo.toml -rw-r--r-- 1 radhika.bajaj staff 992 Aug 23 10:56 README.md -rw-r--r-- 1 radhika.bajaj staff 1343 Aug 23 10:56...

I had tried submitting just `comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT.jar` using an absolute path and that had also gave the same error.

Hi Nikita, thanks for the reply! I am receiving the same error when I try submitting a single jar `comet-spark-spark3.4_2.13-0.2.0-SNAPSHOT.jar` using an absolute local path.

Hi @nitin-kalyankar25 , I followed the steps on this page: https://datafusion.apache.org/comet/user-guide/installation.html#building-from-source (previously, the same steps worked, but now they're not working). 1. `git clone https://github.com/apache/datafusion-comet.git` 2. Installed rustup as listed...

@nitin-kalyankar25 Deleting the datafusion-comet project and then repeating the [steps](https://github.com/apache/datafusion-comet/issues/872#issuecomment-2312911969) from before should Clean Existing Builds (2), right?

@nitin-kalyankar25 Hmmm, but when I delete the datafusion-comet project and clone it again, it doesn't contain any `/spark/target` directory. It's when I run `make release PROFILES="-Pspark-3.4 -Pscala-2.13"` again, it seems...

@nitin-kalyankar25 Spark 3.4.3 and Scala 2.13