kestra-io / plugin-jdbc

https://kestra.io/plugins/
Apache License 2.0
10 stars 7 forks source link

[DuckDB] Unable to upgrade to version 0.9.0 #165

Open loicmathieu opened 11 months ago

loicmathieu commented 11 months ago

Issue description

See upstream issue https://github.com/duckdb/duckdb-java/issues/14

anna-geller commented 10 months ago

https://github.com/duckdb/duckdb-java/issues/14

loicmathieu commented 9 months ago

Possible workaround: rebuilding the DuckDB driver.

git clone https://github.com/duckdb/duckdb.git
git checkout v0.9.2
GEN=ninja BUILD_ICU=1 BUILD_JDBC=1 BUILD_JEMALLOC=1 BUILD_JSON=1 STATIC_LIBCPP=1  make
mvn install:install-file -Dfile=build/debug/tools/jdbc/duckdb_jdbc.jar -DgroupId=org.duckdb  -DartifactId=duckdb_jdbc -Dversion=0.9.2-custombuild -Dpackaging=jar
richard-lennox commented 1 month ago

Are we able to give a try updating the org.duckdb::duckdb_jdbc drivers to the 1.0.0 release? I need some feature sets from the 1.0.0 release of duckdb, but unable to use. I've reverted to using a python script in the meantime, but ideally would prefer to use this plugin.

loicmathieu commented 1 month ago

@richard-lennox the upsteam issue at DuckDB side is not fixed in the new driver so we still cannot upgrade the driver