[ https://issues.apache.org/jira/browse/HIVE-25076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HIVE-25076: ---------------------------------- Labels: pull-request-available (was: ) > Get number of write tasks from jobConf for Iceberg commits > ---------------------------------------------------------- > > Key: HIVE-25076 > URL: https://issues.apache.org/jira/browse/HIVE-25076 > Project: Hive > Issue Type: Improvement > Reporter: Marton Bod > Assignee: Marton Bod > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > When writing empty data into Iceberg tables, we can end up with 0 succeeded > task count number. With the current logic, we might then erroneously end up > taking the number of mapper tasks in the commit logic, which would result in > failures. We should instead save the number of succeeded task count into the > JobConf under a specified key and retrieve it from there. -- This message was sent by Atlassian Jira (v8.3.4#803005)