SourabhBadhya commented on code in PR #3281: URL: https://github.com/apache/hive/pull/3281#discussion_r880044433
########## ql/src/test/queries/clientpositive/ctas_direct.q: ########## @@ -0,0 +1,94 @@ +-- SORT_QUERY_RESULTS +--! qt:dataset:alltypesorc + +set hive.support.concurrency=true; +set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; +set hive.acid.direct.insert.enabled=true; +set hive.exec.max.dynamic.partitions=200; +set hive.exec.max.dynamic.partitions.pernode=200; + Review Comment: I have added all MetadataTransformer tests in ctas_direct_with_transformers.q which contain CTAS queries with and without location specified wherein I have set MetadataTransformer as MetastoreDefaultTransformer. The other tests are without specifying the MetadataTransformer. https://github.com/apache/hive/pull/3281/files#diff-3488c120c636fa4652899a6c639fd7818f2ff9e3abe354e48401d3fc6b73bc74 -- 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]
