marton-bod opened a new pull request #2446: URL: https://github.com/apache/hive/pull/2446
When committing Iceberg writes, currently we only have the JobID without the vertexID, therefore we have to list the folder `<tableLocation>/temp` first, and parse out the full JobIDs (incl. vertexID) from the resulting folder names. With Tez 0.10.1 released, now we have a new API we can call to acquire the full JobID, making the file listing unnecessary. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
