okumin commented on PR #5590:
URL: https://github.com/apache/hive/pull/5590#issuecomment-2563929377
I wonder why everything is ok when we directly create an Iceberg + Parquet
table.
```
> CREATE TABLE test3(`id` int,`name` string,`dt` timestamp) stored by
iceberg stored as parquet
> insert into test3 values (1, "test name" , cast('2024-08-09
14:08:26.326107' as timestamp));
> select * from test3;
```
--
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]