siddharthteotia commented on a change in pull request #8138: URL: https://github.com/apache/pinot/pull/8138#discussion_r800105383
########## File path: pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/CaseTransformFunction.java ########## @@ -58,6 +57,8 @@ private List<TransformFunction> _whenStatements = new ArrayList<>(); private List<TransformFunction> _elseThenStatements = new ArrayList<>(); + private boolean[] _selections; Review comment: (nit) brief comment to explain what is _selections. I am guessing this is to track if a statement is selected or not ? -- 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