Describe the bug, including details regarding any error messages, version, and platform.
The to_date_utf8_utf8_int32 function in Gandiva should report an invalid input if the third parameter suppress_errors is not an integer 32 literal value. However, currently, if this parameter is not a integer 32 literal, the program will segfault.
Component(s)
C++ - Gandiva