yigress opened a new pull request, #4046: URL: https://github.com/apache/hive/pull/4046
### What changes were proposed in this pull request? In case of multi-insert and statistics auto-gathering, the leaf vertex may not include the filesinkoperator. This is to add datasink for vertex that has FileSinkOperator. It is done in HIVE-4.0 by HIVE-25276 for hive-iceberge. This is to add this condition into HIVE-3.2.0 as well. ### Why are the changes needed? To fix issues with multi-insert and auto-stats for StorageHandler to use customized OutputCommitter in Tez. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local test with storagehandler. -- 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]
