[ https://issues.apache.org/jira/browse/HIVE-25010?focusedWorklogId=586381&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-586381 ]
ASF GitHub Bot logged work on HIVE-25010: ----------------------------------------- Author: ASF GitHub Bot Created on: 21/Apr/21 07:40 Start Date: 21/Apr/21 07:40 Worklog Time Spent: 10m Work Description: marton-bod commented on a change in pull request #2193: URL: https://github.com/apache/hive/pull/2193#discussion_r617276565 ########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ########## @@ -770,6 +770,8 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal "If not set, defaults to the codec extension for text files (e.g. \".gz\"), or no extension otherwise."), HIVE_IN_TEST("hive.in.test", false, "internal usage only, true in test mode", true), + HIVE_IN_TEST_ICEBERG("hive.in.iceberg.test", false, "internal usage only, true when " + Review comment: This caused trouble when migrating the iceberg-mr code to the new iceberg-handler module. The TestHiveShell configs had to patched to get around this as well.. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 586381) Time Spent: 1h 50m (was: 1h 40m) > Create TestIcebergCliDriver and TestIcebergNegativeCliDriver > ------------------------------------------------------------ > > Key: HIVE-25010 > URL: https://issues.apache.org/jira/browse/HIVE-25010 > Project: Hive > Issue Type: Test > Reporter: László Pintér > Assignee: László Pintér > Priority: Major > Labels: pull-request-available > Time Spent: 1h 50m > Remaining Estimate: 0h > > We should create iceberg specific drivers to run iceberg qtests. -- This message was sent by Atlassian Jira (v8.3.4#803005)