Skip to content

Commit

Permalink
[duckdb] Undo duckdb snapshot (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvargha authored Jan 17, 2025
1 parent a792e65 commit 3c7b161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext.libraries = [
commonsLang: 'commons-lang:commons-lang:2.6',
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:2.5.2',
d2: "com.linkedin.pegasus:d2:${pegasusVersion}",
duckdbJdbc: "org.duckdb:duckdb_jdbc:1.2.0-20250116.012809-118", // TODO: Remove SNAPSHOT when the real release is published!
duckdbJdbc: "org.duckdb:duckdb_jdbc:1.1.3",
failsafe: 'net.jodah:failsafe:2.4.0',
fastUtil: 'it.unimi.dsi:fastutil:8.3.0',
grpcNettyShaded: "io.grpc:grpc-netty-shaded:${grpcVersion}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void deleteClassHash() {
*
* TODO: Re-enable once we can depend on a clean release.
*/
@Test(timeOut = TEST_TIMEOUT)
@Test(timeOut = TEST_TIMEOUT, enabled = false)
public void testRecordTransformer() throws Exception {
DaVinciConfig clientConfig = new DaVinciConfig();

Expand Down

0 comments on commit 3c7b161

Please sign in to comment.