You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/10/01 00:17:27 UTC

[GitHub] [hive] jfsii commented on a change in pull request #792: HIVE-22042: Set hive.exec.dynamic.partition.mode=nonstrict by default

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 use 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org