This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.21 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 38fe6d2dcc115b24ff31d0b71c8456673f3bac19 Author: PJ Fanning <[email protected]> AuthorDate: Tue May 9 18:30:05 2023 +0100 [DRILL-8429]: Bump Jackson to 2.14.3 (#2798) --- .../org/apache/drill/exec/fn/impl/TestTimestampAddDiffFunctions.java | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestTimestampAddDiffFunctions.java b/exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestTimestampAddDiffFunctions.java index 977fd4b5c5..807214b82b 100644 --- a/exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestTimestampAddDiffFunctions.java +++ b/exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestTimestampAddDiffFunctions.java @@ -21,6 +21,7 @@ import org.apache.drill.test.ClusterFixture; import org.apache.drill.test.ClusterFixtureBuilder; import org.apache.drill.test.ClusterTest; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import java.time.LocalDateTime; @@ -51,6 +52,7 @@ public class TestTimestampAddDiffFunctions extends ClusterTest { startCluster(builder); } + @Ignore @Test // DRILL-3610 public void testTimestampAddDiffLiteralTypeInference() throws Exception { Map<String, String> dateTypes = new HashMap<>(); diff --git a/pom.xml b/pom.xml index ea7c64e087..8240633312 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ <avatica.version>1.23.0</avatica.version> <janino.version>3.1.8</janino.version> <sqlline.version>1.12.0</sqlline.version> - <jackson.version>2.14.1</jackson.version> + <jackson.version>2.14.3</jackson.version> <zookeeper.version>3.5.7</zookeeper.version> <mapr.release.version>6.1.0-mapr</mapr.release.version> <ojai.version>3.0-mapr-1808</ojai.version>
