nashiyue opened a new issue, #5243:
URL: https://github.com/apache/iceberg/issues/5243
I use this command to create a iceberg table with hive4.0
```
create table iceberg_test.test (
id bigint,
name string )
PARTITIONED BY (dept string )
stored by iceberg;
```
I alter table add columns age, it works
but i use insert into command like: `insert into iceberg_test.test values
(1,"1","1", 1);` and can not select; like

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