This is an automated email from the ASF dual-hosted git repository. cgivre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push: new c331c099fc [MINOR UPDATE] Update Delta Lake (#3003) c331c099fc is described below commit c331c099fc75557aedf05b4fc44ee1137771567c Author: Charles S. Givre <cgi...@apache.org> AuthorDate: Tue Jul 29 12:07:10 2025 -0400 [MINOR UPDATE] Update Delta Lake (#3003) --- contrib/format-deltalake/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/format-deltalake/pom.xml b/contrib/format-deltalake/pom.xml index 4890c2da25..cf8d3f2221 100644 --- a/contrib/format-deltalake/pom.xml +++ b/contrib/format-deltalake/pom.xml @@ -40,12 +40,12 @@ <dependency> <groupId>io.delta</groupId> <artifactId>delta-storage</artifactId> - <version>3.0.0</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>io.delta</groupId> <artifactId>delta-standalone_2.13</artifactId> - <version>3.0.0</version> + <version>3.3.2</version> </dependency> <dependency> <groupId>org.apache.parquet</groupId>