Aggarwal-Raghav commented on code in PR #5943:
URL: https://github.com/apache/hive/pull/5943#discussion_r2240370996


##########
ql/src/test/queries/clientnegative/dynamic_partitions_with_whitelist.q:
##########
@@ -17,4 +16,5 @@ load data local inpath '../../data/files/bmj/000000_0' INTO 
TABLE source_table p
 -- If the directory is not empty the hook will throw an error, instead the 
error should come from the metastore
 -- This shows that no dynamic partitions were created and left behind or had 
directories created
 
+SET metaconf:metastore.partition.name.whitelist.pattern=[^9]*;

Review Comment:
   The reason for moving this line below is, the metaconf will be resetted 
after any meta-operation i.e create etc. My assumption is, metconf should 
always be a line before the config is consumed in the query. the question can 
be tracked 
[here](https://issues.apache.org/jira/browse/HIVE-29066?focusedCommentId=17995799&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17995799).
  
   



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to