liangyouze opened a new issue #3783:
URL: https://github.com/apache/iceberg/issues/3783


   I'm trying to create hive catalog table with Spark and set custom 
tblproperties:
   ```
   CREATE TABLE hive_prod.db.t1 (
       id bigint,
       data string,
       category string,
       ts timestamp)
   USING iceberg
   PARTITIONED BY ( category) 
   TBLPROPERTIES('k1'='v1')
   ```
   but the table properties are not stored in hive-metastore. when I execute 
sql `show tblproperties hive_prod.db.t1`, I can't see my properties `k1=v1`


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