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 2021/07/28 23:56:10 UTC

[GitHub] [iceberg] flyrain edited a comment on pull request #549: Add Spark custom Kryo registrator

flyrain edited a comment on pull request #549:
URL: https://github.com/apache/iceberg/pull/549#issuecomment-888695305


   Are we going to replace guava maps with non-guava ones? There are bunches of place using guava's Immutable Map. For example, here are 4 maps in class TableMetadata. We hit this issue when we were trying to broadcast one of them.
   ```
       this.snapshotsById = indexAndValidateSnapshots(snapshots, lastSequenceNumber);
       this.schemasById = indexSchemas();
       this.specsById = indexSpecs(specs);
       this.sortOrdersById = indexSortOrders(sortOrders);
   ```


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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