hbgstc123 opened a new pull request #3645: URL: https://github.com/apache/iceberg/pull/3645
I got NullPointerException when filtering data with Expressions.startsWith(A,B), because column A contains null value. But I think its more reasonable to return false then to throw NullPointerException. This pr will make startsWith Expression return false rather than throw NullPointerException when encounter null in column A. Please see see, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
