Skip to content

Commit

Permalink
ut changed
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyu committed Feb 1, 2025
1 parent 9d36adc commit 1425faf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5174,8 +5174,7 @@ void testBitGetFunc(SqlOperatorFixture f, String functionName) {
}

@Test void testBase64() {
// final SqlOperatorFixture f = fixture().withLibrary(SqlLibrary.HIVE);
final SqlOperatorFixture f = Fixtures.forOperators(true).withLibrary(SqlLibrary.HIVE);
final SqlOperatorFixture f = fixture().withLibrary(SqlLibrary.HIVE);
f.setFor(SqlLibraryOperators.BASE64);
f.checkString("base64(cast('a' as binary))", "YQ==", "VARCHAR NOT NULL");
f.checkString("base64('')", "", "VARCHAR NOT NULL");
Expand Down

0 comments on commit 1425faf

Please sign in to comment.