[
https://issues.apache.org/jira/browse/HIVE-25102?focusedWorklogId=598576&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-598576
]
ASF GitHub Bot logged work on HIVE-25102:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/21 13:07
Start Date: 18/May/21 13:07
Worklog Time Spent: 10m
Work Description: lcspinter commented on a change in pull request #2261:
URL: https://github.com/apache/hive/pull/2261#discussion_r634359149
##########
File path:
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.java
##########
@@ -307,7 +307,7 @@ private void commitTable(FileIO io, ExecutorService
executor, JobContext jobCont
if (catalogName != null) {
catalogProperties.put(InputFormatConfig.CATALOG_NAME, catalogName);
}
- Table table = Catalogs.loadTable(conf, catalogProperties);
+ Table table = Catalogs.loadTableSkipCache(conf, catalogProperties);
Review comment:
I'm not sure I understand your point here. Could you please add a bit
more details?
--
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: 598576)
Time Spent: 3h 50m (was: 3h 40m)
> 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 50m
> 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)