simhadri-g commented on code in PR #3550:
URL: https://github.com/apache/hive/pull/3550#discussion_r955255407


##########
ql/src/test/queries/clientpositive/insert_only_to_acid_convert.q:
##########
@@ -0,0 +1,32 @@
+--! qt:dataset:alltypesorc
+set hive.support.concurrency=true;
+set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
+set hive.mapred.mode=nonstrict;
+set hive.strict.checks.bucketing=true;
+set hive.enforce.bucketing=true;
+
+
+
+create external table ext(num int, id string) stored as ORC;

Review Comment:
   I missed removing that before committing.



-- 
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]

Reply via email to