Skip to content

Commit

Permalink
Fix error prone check
Browse files Browse the repository at this point in the history
  • Loading branch information
herunkang2018 committed Oct 22, 2023
1 parent ebdb556 commit 6a51e57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4555,6 +4555,7 @@ void testBitGetFunc(SqlOperatorFixture f, String functionName) {
}

/** Generates parameters to test both FROM_HEX and UNHEX functions. */
@SuppressWarnings("unused")
private Stream<Arguments> fromHexParameters() {
SqlOperatorFixture f0 = fixture()
.withLibrary(SqlLibrary.BIG_QUERY)
Expand Down

0 comments on commit 6a51e57

Please sign in to comment.