Commits


Yue authored and Pindikura Ravindra committed b5fed26e36e
ARROW-11549: [C++][Gandiva] Fix issues with FilterCacheKey caused by ToString() not distinguishing null and 'null' This is the same fix as https://github.com/apache/arrow/pull/9453 The previous PR (https://github.com/apache/arrow/pull/9453) got stale and cannot be merged, and I simply copied the modification in that PR to get ARROW-11549 addressed. P.S.: the author of PR #9453 is my friend and former co-worker, and he got some personal matter and may not merge the PR now. Closes #11635 from niyue/bugfix/gandiva-null-tostring Authored-by: Yue <niyue.com@gmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>