Marton Bod created HIVE-25195: --------------------------------- Summary: Store Iceberg write commit and ctas information in QueryState Key: HIVE-25195 URL: https://issues.apache.org/jira/browse/HIVE-25195 Project: Hive Issue Type: Improvement Reporter: Marton Bod Assignee: Marton Bod
We should replace the current method of passing Iceberg write commit-related information (jobID, task num) and CTAS info via the session conf using prefixed keys. We have a new way of doing that more cleanly, using the QueryState object. This should make the code easier to maintain and guard against accidental session conf pollution. -- This message was sent by Atlassian Jira (v8.3.4#803005)