projjal opened a new pull request #9486:
URL: https://github.com/apache/arrow/pull/9486


   In gandiva, when we have nested if-else statements we reuse the local bitmap 
and treat it is a single logical if - elseif - .. - --else condition. However, 
when he have say another function between them like
   IF
   THEN
   ELSE
      function(
        IF
        THEN
        ELSE
     )
   
   in such cases also currently we are doing same thing which can lead to 
incorrect results


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to