alamb opened a new pull request #934: URL: https://github.com/apache/arrow-datafusion/pull/934
# Which issue does this PR close? related to https://github.com/apache/arrow-datafusion/issues/795 # Rationale for this change Get SQL support for regular expression matching added by @b41sh in https://github.com/ballista-compute/sqlparser-rs/pull/328, thus unblocking https://github.com/apache/arrow-datafusion/pull/870. # What changes are included in this PR? Changes: 1. Update dependency to sqlparser v 0.10.0 2. Update datafusion code for new version 3. Rename `Operator::Modulus` to `Operator::Modulo` to match change in SQL in https://github.com/sqlparser-rs/sqlparser-rs/pull/335 # Are there any user-facing changes? `Operator::Modulus` --> `Operator::Modulo` -- 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]
