This is an automated email from the ASF dual-hosted git repository.
volodymyr 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 778309e DRILL-7738: Fix TestDynamicUDFSupport failure for GitHub
Actions
778309e is described below
commit 778309eb64b87becff864d0e0c1245c2d810b21d
Author: Volodymyr Vysotskyi <[email protected]>
AuthorDate: Tue May 12 00:08:30 2020 +0300
DRILL-7738: Fix TestDynamicUDFSupport failure for GitHub Actions
---
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 0a68198..6b79425 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.13.0</drill.version>
+ <drill.version>1.17.0</drill.version>
<include.files>**/*.java</include.files>
<include.resources>**/*.conf</include.resources>
</properties>