zhangminglei commented on pull request #3186:
URL: https://github.com/apache/iceberg/pull/3186#issuecomment-940990282
I did an end to end test for this change. And spark sql can show the correct
value.
```
CREATE TABLE table13 (col struct<field:string>)
USING iceberg
PARTITIONED BY (col.field)
TBLPROPERTIES ('write.format.default'='orc')
insert into table13 select named_struct('col1','20211012');
select * from table13;
```


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