diff --git a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java index 048ca59becb0..feb3fd39d34d 100644 --- a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java +++ b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java @@ -170,7 +170,7 @@ public void testSqlFromCmdWithDBName() { @Test public void testSqlFromCmdWithEmbeddedQuotes() { verifyCMD(null, "hive", out, - new String[] { "-e", "select \"hive\"" }, ERRNO_OK, true); + new String[] { "-e", "select \"hive\";" }, ERRNO_OK, true); } @Test diff --git a/pom.xml b/pom.xml index da80147e90ce..bb2d3fdf6a35 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ 3.1.0 2.16.0 3.5.0 - 3.0.0-M4 + 3.3.1 2.7.10 2.3.0 @@ -1734,6 +1734,7 @@ org.apache.maven.plugins maven-surefire-plugin + false **/TestSerDe.java **/TestHiveMetaStore.java @@ -1745,7 +1746,7 @@ true false - false + false ${maven.test.jvm.args} false diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 04deae9c1661..3e7689cf7ab3 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -57,7 +57,7 @@ 1.0b3 2.17 2.16.0 - 3.0.0-M4 + 3.3.1 4.9.3 1.5.7 @@ -515,7 +515,8 @@ maven-surefire-plugin ${maven.surefire.plugin.version} - false + false + false diff --git a/storage-api/pom.xml b/storage-api/pom.xml index 0c955c425053..36fc060001d2 100644 --- a/storage-api/pom.xml +++ b/storage-api/pom.xml @@ -39,7 +39,7 @@ 2.7.10 ${basedir}/checkstyle/ 2.16.0 - 3.0.0-M4 + 3.3.1 2024-01-01T00:00:00Z @@ -197,7 +197,6 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.plugin.version} false -Xmx3g @@ -205,6 +204,8 @@ ${project.build.directory}/tmp + false + false