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 2022/11/17 19:33:43 UTC

[GitHub] [iceberg] krvikash opened a new pull request, #6212: Replace ImmutableMap.Builder.build() with buildOrThrow()

krvikash opened a new pull request, #6212:
URL: https://github.com/apache/iceberg/pull/6212

   Starting from guava 31.1,  `ImmutableMap.Builder.build()` is discouraged to use and will soon be deprecated.
   
   Please see https://github.com/google/guava/commit/4bbe12c4e031b6c18074f933e444fa20a371d633
   
   Replacing `ImmutableMap.Builder.build()` with `ImmutableMap.Builder.buildOrThrow()`


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


[GitHub] [iceberg] Fokko merged pull request #6212: Replace ImmutableMap.Builder.build() with buildOrThrow()

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #6212:
URL: https://github.com/apache/iceberg/pull/6212


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