[ 
https://issues.apache.org/jira/browse/HIVE-25922?focusedWorklogId=719957&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-719957
 ]

ASF GitHub Bot logged work on HIVE-25922:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Feb/22 09:01
            Start Date: 03/Feb/22 09:01
    Worklog Time Spent: 10m 
      Work Description: 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 719957)
    Time Spent: 0.5h  (was: 20m)

> Upgrade Iceberg dependency to 0.13.0
> ------------------------------------
>
>                 Key: HIVE-25922
>                 URL: https://issues.apache.org/jira/browse/HIVE-25922
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to