CREATE SCHEMA

USE

<QUERY_FAILED> Iceberg does not support the datatype CHAR

<QUERY_FAILED> Iceberg does not support the datatype CHAR

<QUERY_FAILED> Iceberg does not support the datatype VARCHAR with length

CREATE TABLE

"CREATE TABLE gt_iceberg.varchar_db2.tb04 (
   id integer,
   name varchar
)
COMMENT ''
WITH (
   location = 'hdfs://%/user/iceberg/warehouse/TrinoQueryIT/varchar_db2.db/tb04'
)"

DROP TABLE

DROP SCHEMA
