ayushtkn commented on code in PR #6069:
URL: https://github.com/apache/hive/pull/6069#discussion_r2334866858


##########
iceberg/iceberg-handler/src/test/queries/positive/variant_type.q:
##########
@@ -9,7 +9,7 @@
 CREATE EXTERNAL TABLE variant_test_basic (
     id INT,
     data VARIANT
-) STORED BY ICEBERG  tblproperties('format-version'='3');
+) STORED BY ICEBERG stored as avro tblproperties('format-version'='3');

Review Comment:
   Yes, leftover from my experiment to see if avro works as well. It does :-), 
I added a test below for avro table, forgot to remove it from here. 



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