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/07/31 20:01:51 UTC

[GitHub] [incubator-iceberg] rdblue commented on issue #338: Add mapping to Iceberg for external name-based schemas

rdblue commented on issue #338: Add mapping to Iceberg for external name-based schemas
URL: https://github.com/apache/incubator-iceberg/pull/338#issuecomment-516998788
 
 
   @rdsr, this PR has the mapping update I referenced in #207. In your PR, you could use this by looking up the ID for a type:
   
   ```
   Integer id = nameMapping.find("location", "latitude").id();
   if (id != null) {
    // the field was mapped
   }
   ```

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