[
https://issues.apache.org/jira/browse/CALCITE-6609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis resolved CALCITE-6609.
------------------------------------------
Fix Version/s: 1.38.0
Resolution: Fixed
Fixed in
[5091b08936fef06fcf796cf97ffb9f9e7a87756a|https://github.com/apache/calcite/commit/5091b08936fef06fcf796cf97ffb9f9e7a87756a].
Thanks for the review [~mbudiu] !
> Remove redundant warning suppression for Guava's Beta and Unstable APIs
> -----------------------------------------------------------------------
>
> Key: CALCITE-6609
> URL: https://issues.apache.org/jira/browse/CALCITE-6609
> Project: Calcite
> Issue Type: Task
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Trivial
> Fix For: 1.38.0
>
>
> The source code has a bunch of warning suppression for Beta and Unstable APIs
> that were originally added to by-bass [errorprone
> errors|https://github.com/google/guava-beta-checker] from the use of Guava's
> Beta APIs.
> {noformat}
> @SuppressWarnings({"BetaApi", "UnstableApiUsage"}){noformat}
> The suppression is no longer necessary since in the latest Guava versions the
> APIs that we use are stable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)