deepeye commented on issue #3092:
URL: https://github.com/apache/iceberg/issues/3092#issuecomment-916733778
@pvary
flink sql shell
Flink SQL> set iceberg.engine.hive.enabled=true ;
[INFO] Session property has been set.
Flink SQL> CREATE TABLE sample4 (
id BIGINT COMMENT 'unique id',
data STRING
);
but show create table sample4 the SERDE / INPUTFORMAT / OUTPUTFORMAT still
is not correct, why?
--
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]