bhanuunrivalled commented on issue #1766:
URL: https://github.com/apache/iceberg/issues/1766#issuecomment-1192376167
creating a table as below also does not work . we used format_version 2
```
Map<String,String> properties = new HashMap<>();
properties.put(TableProperties.FORMAT_VERSION, "2");
Table iceBergTable =
glueCatalog.createTable(TableIdentifier.of(namespace, tableName), SCHEMA,
PartitionSpec.unpartitioned(),properties);
```
--
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]