zhangminglei edited a comment 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. @rdblue @openinx  Any other comments ?
   
   ```
   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;
   ```
   
   
![image](https://user-images.githubusercontent.com/6520673/136961003-06a117d2-a3dc-4540-9c20-354808afd1ea.png)
   
   
![image](https://user-images.githubusercontent.com/6520673/136960906-1a245b71-5a00-443a-aa9f-4bf55303b3bf.png)
   


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

Reply via email to