Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- links to