Skip to content

Commit 43c280c

Browse files
authored
[build] Revert "Limit maximum number of lines changed in file", and update duckckdb dependency to latest snapshot (#1491)
1. Reverts #1468 as there is an issue where the GitHub action doesn't exist. 2. Updates the snapshot dependency for duckdb to the latest version, as the current one in the build was deleted
1 parent 7cdad0f commit 43c280c

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed

.github/workflows/limit-pr-files-changed.yml

-87
This file was deleted.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ext.libraries = [
8282
commonsLang: 'commons-lang:commons-lang:2.6',
8383
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:2.5.2',
8484
d2: "com.linkedin.pegasus:d2:${pegasusVersion}",
85-
duckdbJdbc: "org.duckdb:duckdb_jdbc:1.2.0-20250124.011319-133", // TODO: Remove SNAPSHOT when the real release is published!
85+
duckdbJdbc: "org.duckdb:duckdb_jdbc:1.2.0-20250130.011706-145", // TODO: Remove SNAPSHOT when the real release is published!
8686
failsafe: 'net.jodah:failsafe:2.4.0',
8787
fastUtil: 'it.unimi.dsi:fastutil:8.3.0',
8888
grpcNettyShaded: "io.grpc:grpc-netty-shaded:${grpcVersion}",

0 commit comments

Comments
 (0)