This is an automated email from the ASF dual-hosted git repository.

progers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit b511d4395b85950720388b9d227583be998d2619
Author: Paul Rogers <[email protected]>
AuthorDate: Fri Jan 5 17:57:23 2024 -0800

    Build fixes
---
 .gitignore            | 1 +
 exec/jdbc-all/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 99e56d469f..b5b1ae8298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ exec/jdbc-all/dependency-reduced-pom.xml
 .*.html
 venv/
 tools/venv/
+.vscode/*
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index fa01bc82b9..79e799a50e 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -882,7 +882,7 @@
     <profile>
       <id>hadoop-2</id>
       <properties>
-        <jdbc-all-jar.maxsize>54300000</jdbc-all-jar.maxsize>
+        <jdbc-all-jar.maxsize>54400000</jdbc-all-jar.maxsize>
       </properties>
     </profile>
   </profiles>

Reply via email to