[ https://issues.apache.org/jira/browse/HIVE-26319?focusedWorklogId=785167&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-785167 ]
ASF GitHub Bot logged work on HIVE-26319: ----------------------------------------- Author: ASF GitHub Bot Created on: 27/Jun/22 16:05 Start Date: 27/Jun/22 16:05 Worklog Time Spent: 10m Work Description: kasakrisz commented on code in PR #3362: URL: https://github.com/apache/hive/pull/3362#discussion_r907550930 ########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.java: ########## @@ -305,13 +414,14 @@ private Set<FileStatus> listForCommits(JobConf jobConf, String jobLocation) thro * Collects the additions to a single table and adds/commits the new files to the Iceberg table. * @param io The io to read the forCommit files * @param executor The executor used to read the forCommit files - * @param jobContext The job context - * @param name The name of the table used for loading from the catalog + * @param outputTable The table used for loading from the catalog * @param location The location of the table used for loading from the catalog * @param catalogName The name of the catalog that contains the table */ - private void commitTable(FileIO io, ExecutorService executor, JobContext jobContext, String name, String location, + private void commitTable(FileIO io, ExecutorService executor, OutputTable outputTable, String location, Review Comment: Moved `catalogName` into `OutputTable` and `location` can be accessed like ``` outputTable.table.location() ``` Issue Time Tracking ------------------- Worklog Id: (was: 785167) Time Spent: 6h 10m (was: 6h) > Iceberg integration: Perform update split early > ----------------------------------------------- > > Key: HIVE-26319 > URL: https://issues.apache.org/jira/browse/HIVE-26319 > Project: Hive > Issue Type: Improvement > Components: File Formats > Reporter: Krisztian Kasa > Assignee: Krisztian Kasa > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > Time Spent: 6h 10m > Remaining Estimate: 0h > > Extend update split early to iceberg tables like in HIVE-21160 for native > acid tables -- This message was sent by Atlassian Jira (v8.20.7#820007)