hsnusonic commented on pull request #2921: URL: https://github.com/apache/hive/pull/2921#issuecomment-1024967920
Thanks @pvary for reviewing and letting me understand the performance impact. I did much more testing and found a workaround, which is `set hive.exec.dynamic.partition.mode = nonstrict;`. We can get rid of HIVE_UNION_SUBDIR with this config because the query plan has one more reducer that doesn't use HIVE_UNION_SUBDIR. In sum, now that we have a workaround, I will close this PR and also resolve the ticket. -- 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]
