You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/06/14 23:18:35 UTC

[GitHub] [incubator-iceberg] rdsr edited a comment on issue #216: PartitionData cannot handle nested field names in PartitionSpec schema

rdsr edited a comment 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:
users@infra.apache.org


With regards,
Apache Git Services

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