0xffmeta opened a new issue, #6194:
URL: https://github.com/apache/iceberg/issues/6194

   ### Apache Iceberg version
   
   0.14.1
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   I'm running below spark sql to migrate an iceberg table from v1 to v2 format:
   ```
   alter table tmp.table SET TBLPROPERTIES('format-version'='2')
   ```
   
   The spark sql can finish with no error, but it still shows 
`'option.format-version'='1'` while querying form hive `show create table`. 
   
   Do I need to use this table property for the foramt upgrade? 
`option.format-version`


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