Marton Bod created HIVE-25076:
---------------------------------
Summary: 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
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)