You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Denys Kuzmenko (Jira)" <ji...@apache.org> on 2023/03/20 15:07:00 UTC

[jira] [Commented] (HIVE-27137) Remove HIVE_IN_TEST_ICEBERG flag

    [ https://issues.apache.org/jira/browse/HIVE-27137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702787#comment-17702787 ] 

Denys Kuzmenko commented on HIVE-27137:
---------------------------------------

Merged to master
Thanks [~InvisibleProgrammer] for the patch and [~lpinter] for the review!

> Remove HIVE_IN_TEST_ICEBERG flag
> --------------------------------
>
>                 Key: HIVE-27137
>                 URL: https://issues.apache.org/jira/browse/HIVE-27137
>             Project: Hive
>          Issue Type: Improvement
>          Components: Iceberg integration
>            Reporter: Zsolt Miskolczi
>            Assignee: Zsolt Miskolczi
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Remove the HIVE_IN_TEST_ICEBERG flag from the production code.
> Remove code snippet from TxnHandler and update unit tests which are expecting the exception. 
> {code:java}
> if (lc.isSetOperationType() && lc.getOperationType() == DataOperationType.UNSET &&
>         ((MetastoreConf.getBoolVar(conf, ConfVars.HIVE_IN_TEST) ||
>             MetastoreConf.getBoolVar(conf, ConfVars.HIVE_IN_TEZ_TEST)) &&
>             !MetastoreConf.getBoolVar(conf, ConfVars.HIVE_IN_TEST_ICEBERG))) { 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)