SabrinaZhaozyf commented on code in PR #9114: URL: https://github.com/apache/pinot/pull/9114#discussion_r934976956
########## pinot-common/src/test/java/org/apache/pinot/sql/parsers/CalciteSqlCompilerTest.java: ########## @@ -1890,6 +1890,41 @@ public void testCompilationInvokedFunction() { decoded = and.getOperands().get(1).getFunctionCall().getOperands().get(1).getLiteral().getStringValue(); Assert.assertEquals(encoded, "key1%3Dvalue+1%26key2%3Dvalue%40%21%242%26key3%3Dvalue%253"); Assert.assertEquals(decoded, "key1=value 1&key2=value@!$2&key3=value%3"); + + query = "select toBase64('hello!'), fromBase64('aGVsbG8h') from mytable"; Review Comment: Done - added nested function calls with other transform functions(eg. upper, reverse) both in SELECT and in filter. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org