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