difin commented on code in PR #4855:
URL: https://github.com/apache/hive/pull/4855#discussion_r1390120215


##########
iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction.q:
##########
@@ -0,0 +1,33 @@
+--test against vectorized LLAP execution mode
+-- SORT_QUERY_RESULTS
+-- Mask neededVirtualColumns due to non-strict order
+--! qt:replace:/(\s+neededVirtualColumns:\s)(.*)/$1#Masked#/
+
+-- set hive.llap.io.enabled=true;
+-- set hive.vectorized.execution.enabled=true;
+-- set hive.optimize.shared.work.merge.ts.schema=true;
+
+CREATE TABLE ice_orc (
+    first_name STRING, 
+    last_name STRING
+ )
+STORED BY ICEBERG STORED AS ORC 
+TBLPROPERTIES ('engine.hive.enabled'='true','format-version'='2');
+

Review Comment:
   Added



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