deepeye commented on issue #3092:
URL: https://github.com/apache/iceberg/issues/3092#issuecomment-917814203
Thanks @kbendick , @pvary
This problem is solved!
The sql is correct!
```
CREATE TABLE Sample (
`id` BIGINT COMMENT 'unique id',
`data` STRING
) WITH (
'engine.hive.enabled' = 'true'
)
```
--
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]