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 4bf743b27c [MINOR-UPDATE] Update Drill Version in UDF Tests (#3021)
4bf743b27c is described below

commit 4bf743b27cf676ab828aeeae30019e152b4641c3
Author: Charles S. Givre <cgi...@apache.org>
AuthorDate: Wed Sep 10 23:36:14 2025 -0400

    [MINOR-UPDATE] Update Drill Version in UDF Tests (#3021)
---
 exec/java-exec/src/test/resources/drill-udf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/java-exec/src/test/resources/drill-udf/pom.xml 
b/exec/java-exec/src/test/resources/drill-udf/pom.xml
index 0d6372e25c..054b21d07b 100644
--- a/exec/java-exec/src/test/resources/drill-udf/pom.xml
+++ b/exec/java-exec/src/test/resources/drill-udf/pom.xml
@@ -32,7 +32,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <jar.finalName>${project.name}</jar.finalName>
     <custom.buildDirectory>${project.basedir}/target</custom.buildDirectory>
-    <drill.version>1.21.0</drill.version>
+    <drill.version>1.22.0</drill.version>
     <include.files>**/*.java</include.files>
     <include.resources>**/*.conf</include.resources>
   </properties>

Reply via email to