You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/02/03 09:01:48 UTC

[GitHub] [hive] szlta commented on a change in pull request #2994: HIVE-25922: Upgrade to 0.13.0 Iceberg

szlta commented on a change in pull request #2994:
URL: https://github.com/apache/hive/pull/2994#discussion_r798348013



##########
File path: iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergTimeTravel.java
##########
@@ -49,8 +49,8 @@ public void testSelectAsOfTimestamp() throws IOException, InterruptedException {
     Assert.assertEquals(4, rows.size());
 
     AssertHelpers.assertThrows("should throw exception", IllegalArgumentException.class,
-        "Cannot find a snapshot older than 1970-01-01 00:00:00", () -> {
-          shell.executeStatement("SELECT * FROM customers FOR SYSTEM_TIME AS OF '1970-01-01 00:00:00'");
+        "java.lang.IllegalArgumentException: Cannot find a snapshot older than 1970-01-01", () -> {
+        shell.executeStatement("SELECT * FROM customers FOR SYSTEM_TIME AS OF '1970-01-01 00:00:00.000'");

Review comment:
       Yup it does, this is probably just a leftover from something, I'll remove it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org