jfsii commented on a change in pull request #792: HIVE-22042: Set hive.exec.dynamic.partition.mode=nonstrict by default URL: https://github.com/apache/hive/pull/792#discussion_r329837729
########## File path: ql/src/test/queries/clientpositive/correlationoptimizer13.q ########## @@ -1,5 +1,7 @@ --! qt:dataset:src set hive.mapred.mode=nonstrict; +set hive.exec.dynamic.partition.mode=strict; Review comment: it failed with a NullPointerException without it. I inquired about it with @jcamachor he suggested I should ignore the failure and make it strict, due to the correlationoptimizer not being used or it being deprecated. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
