[
https://issues.apache.org/jira/browse/HIVE-25102?focusedWorklogId=596575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-596575
]
ASF GitHub Bot logged work on HIVE-25102:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/May/21 09:36
Start Date: 14/May/21 09:36
Worklog Time Spent: 10m
Work Description: pvary commented on a change in pull request #2261:
URL: https://github.com/apache/hive/pull/2261#discussion_r632408645
##########
File path:
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandlerTestUtils.java
##########
@@ -68,6 +68,7 @@ static TestHiveShell shell(Map<String, String> configs) {
TestHiveShell shell = new TestHiveShell();
shell.setHiveConfValue("hive.notification.event.poll.interval", "-1");
shell.setHiveConfValue("hive.tez.exec.print.summary", "true");
+ shell.setHiveConfValue("hive.query.lifetime.hooks",
HiveIcebergQueryLifeTimeHook.class.getName());
Review comment:
Maybe not here, but maybe a single big `hive.iceberg.enable` config
should add all the required iceberg configs when the HS2 is started/or a query
is executed...
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 596575)
Time Spent: 3h (was: 2h 50m)
> Cache Iceberg table objects within same query
> ---------------------------------------------
>
> Key: HIVE-25102
> URL: https://issues.apache.org/jira/browse/HIVE-25102
> Project: Hive
> Issue Type: Improvement
> Reporter: László Pintér
> Assignee: László Pintér
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h
> Remaining Estimate: 0h
>
> We run Catalogs.loadTable(configuration, props) plenty of times which is
> costly.
> We should:
> - Cache it maybe even globally based on the queryId
> - Make sure that the query uses one snapshot during the whole execution of a
> single query
--
This message was sent by Atlassian Jira
(v8.3.4#803005)