Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-38879: [C++][Gandiva] Fix Gandiva to_date function's validation for supress errors parameter (#38987) #75

Merged
merged 2 commits into from
May 16, 2024

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    338b00e View commit details
    Browse the repository at this point in the history
  2. apacheGH-38879: [C++][Gandiva] Fix Gandiva to_date function's validat…

    …ion for supress errors parameter (apache#38987)
    
    * This PR fixes the `to_date_utf8_utf8_int32` gandiva function to avoid crash for invalid input
    
    * A bug fix for to_date_utf8_utf8_int32 parameter validation
    
    Yes, new tests are added to verify non literal input won't crash the to_date_utf8_utf8_int32 function
    
    No
    * Closes: apache#38879
    
    Authored-by: Yue Ni <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
    niyue authored and DenisTarasyuk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ee02a9b View commit details
    Browse the repository at this point in the history