deniskuzZ commented on code in PR #6069:
URL: https://github.com/apache/hive/pull/6069#discussion_r2334859389
##########
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:
should it be parquet 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]