Commits


Prudhvi Porandla authored and Praveen committed 0d1c7ec8555
ARROW-6162: [C++][Gandiva] Do not truncate string in castVARCHAR_utf8 if output length is zero Do not truncate string if length parameter is 0 in castVARCHAR_utf8_int64 function. Closes #5040 from pprudhvi/castutf8utf8 and squashes the following commits: 3498a864b <Prudhvi Porandla> add unittest 234fa5bf1 <Prudhvi Porandla> return full string if out_len is 0 Authored-by: Prudhvi Porandla <prudhvi.porandla@icloud.com> Signed-off-by: Praveen <praveen@dremio.com>