You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/06 07:27:00 UTC

[jira] [Work logged] (HIVE-25286) Set stats to inaccurate when an Iceberg table is modified outside Hive

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

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

                Author: ASF GitHub Bot
            Created on: 06/Aug/21 07:26
            Start Date: 06/Aug/21 07:26
    Worklog Time Spent: 10m 
      Work Description: marton-bod commented on a change in pull request #2427:
URL: https://github.com/apache/hive/pull/2427#discussion_r684010406



##########
File path: iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java
##########
@@ -764,7 +764,7 @@ public void testIcebergAndHmsTableProperties() throws Exception {
     Assert.assertEquals(expectedIcebergProperties, icebergTable.properties());
 
     if (Catalogs.hiveCatalog(shell.getHiveConf(), tableProperties)) {
-      Assert.assertEquals(10, hmsParams.size());
+      Assert.assertEquals(11, hmsParams.size());

Review comment:
       Do we know what the new param is?




-- 
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


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

    Worklog Id:     (was: 634975)
    Time Spent: 20m  (was: 10m)

> Set stats to inaccurate when an Iceberg table is modified outside Hive
> ----------------------------------------------------------------------
>
>                 Key: HIVE-25286
>                 URL: https://issues.apache.org/jira/browse/HIVE-25286
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When an Iceberg table is modified outside of Hive then the stats should be set to inaccurate since there is no way to ensure that the HMS stats are updated correctly and this could cause incorrect query results.
> The proposed solution is only working for HiveCatalog



--
This message was sent by Atlassian Jira
(v8.3.4#803005)