nanchun opened a new issue, #3029:
URL: https://github.com/apache/amoro/issues/3029
### What happened?
CREATE TABLE di_test.di_user2 (
id BIGINT COMMENT '主键',
class STRING COMMENT '班级',
name STRING COMMENT '姓名',
PRIMARY KEY (id)
) USING ICEBERG
PARTITIONED BY (class) COMMENT '表'
TBLPROPERTIES("write.format.default"="Parquet");

### Affects Versions
master
### What table formats are you seeing the problem on?
Iceberg
### What engines are you seeing the problem on?
AMS
### How to reproduce
_No response_
### Relevant log output
_No response_
### Anything else
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
--
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]