ianmcook commented on issue #4580: URL: https://github.com/apache/arrow-adbc/issues/4580#issuecomment-5070651763
I reproduced the error and confirmed that the JARs in the artifact at https://github.com/apache/arrow-adbc/actions/runs/30089666671/artifacts/8595216312 resolve the error. Steps I took: 1. Download that file. 2. Decompress it into `C:\path\to\java-release-assets`. 3. `cd C:\path\to\java-release-assets` and run these commands: ```sh mvn install:install-file "-Dfile=arrow-adbc-java-root-0.24.0-SNAPSHOT.pom" "-DpomFile=arrow-adbc-java-root-0.24.0-SNAPSHOT.pom" mvn install:install-file "-Dfile=adbc-core-0.24.0-SNAPSHOT.jar" "-DpomFile=adbc-core-0.24.0-SNAPSHOT.pom" mvn install:install-file "-Dfile=adbc-driver-manager-0.24.0-SNAPSHOT.jar" "-DpomFile=adbc-driver-manager-0.24.0-SNAPSHOT.pom" mvn install:install-file "-Dfile=adbc-driver-jni-0.24.0-SNAPSHOT.jar" "-DpomFile=adbc-driver-jni-0.24.0-SNAPSHOT.pom" ``` 4. `cd` back into the `adbc-quickstarts\java\clickhouse` directory. 5. Edit `pom.xml` to change `<adbc.version>0.21.0</adbc.version>` to `<adbc.version>0.24.0-SNAPSHOT</adbc.version>`. 6. Re-run `mvn compile exec:exec` -- 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]
