Commits


Johnnathan authored and Pindikura Ravindra committed 04e2c929bd7
ARROW-15848: [Gandiva][C++] Fix function istrue and is not true Modifying the behavior of the function to consider false when it comes to null. More detail: The functions "istrue" and "isfalse" were replace from null_if_null to null_never in gandiva. Closes #12526 from Johnnathanalmeida/fixbug/IsTrueIsNotTrue Authored-by: Johnnathan <johnnathanalmeida@gmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>