[
https://issues.apache.org/jira/browse/HIVE-27137?focusedWorklogId=851799&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-851799
]
ASF GitHub Bot logged work on HIVE-27137:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/23 15:05
Start Date: 20/Mar/23 15:05
Worklog Time Spent: 10m
Work Description: deniskuzZ merged PR #4118:
URL: https://github.com/apache/hive/pull/4118
Issue Time Tracking
-------------------
Worklog Id: (was: 851799)
Time Spent: 50m (was: 40m)
> 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
> 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)