abhioncbr commented on code in PR #11653: URL: https://github.com/apache/pinot/pull/11653#discussion_r1341862027
########## pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/ScalarTransformFunctionWrapperTest.java: ########## @@ -262,6 +262,27 @@ public void testIsNullOperator() { testTransformFunction(transformFunction, expectedValues); } + @Test + public void testCaseWhenTransformFunctionNullColumn() { Review Comment: Added the test for `casewhen` null column, and it's working fine. However, I am not sure why do we have `casewhen` in ObjectFunctions when we already have a separate implementation? In what scenario will it get used? -- 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