Stamatis Zampetakis created CALCITE-6609: --------------------------------------------
Summary: 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 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)