rdsr commented on issue #216: PartitionData cannot handle nested field names in 
PartitionSpec schema
URL: 
https://github.com/apache/incubator-iceberg/issues/216#issuecomment-502306413
 
 
   @rdblue ,  as per the spec 
   > The source column, selected by id, must be a primitive type and cannot be 
contained in a map or list, but may be nested in a struct
   So we can possibly have 2 ways to address this. 
   1. Automatically replace the dot with underscore
   2. Allow user to specify the target column name in the partition field 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to