Commits


Nivia authored and Pindikura Ravindra committed 7e70c429ccd
ARROW-15699: [C++][Gandiva] Fix implementation of left and right func… …tions to handle more cases Added conditions to handle below cases: case where left('abcdef', -6) -> "" and left('abcdef', -7) -> "" case where right('abcdef', -6) -> "" and right('abcdef', -7) -> "" Closes #12440 from nivia007/fix_left_right_functions Authored-by: Nivia <nivia.jatain@dremio.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>