[
https://issues.apache.org/jira/browse/HIVE-27137?focusedWorklogId=850945&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-850945
]
ASF GitHub Bot logged work on HIVE-27137:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Mar/23 15:46
Start Date: 14/Mar/23 15:46
Worklog Time Spent: 10m
Work Description: sonarcloud[bot] commented on PR #4118:
URL: https://github.com/apache/hive/pull/4118#issuecomment-1468354830
Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_hive&pullRequest=4118)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=BUG)
[0
Bugs](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=VULNERABILITY)
[0
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=4118&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=4118&resolved=false&types=SECURITY_HOTSPOT)
[0 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=4118&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=CODE_SMELL)
[0 Code
Smells](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4118&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=4118&metric=coverage&view=list)
No Coverage information
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=4118&metric=duplicated_lines_density&view=list)
No Duplication information
Issue Time Tracking
-------------------
Worklog Id: (was: 850945)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)
