alamb opened a new pull request, #3167: URL: https://github.com/apache/arrow-datafusion/pull/3167
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/3059 # Rationale for this change Fixes a regresssion -- `CREATE TABLE (x INTEGER)` does not work on master, but used to previously https://github.com/sqlparser-rs/sqlparser-rs/pull/525 made `INT` and `INTEGER` different types (previously `INT` parsed to `INTEGER`). However, DataFusion was not updated. # What changes are included in this PR? 1. Test 2. Add support for INTEGER 3. Explicitly name all other sqlparser types in the `match` to try and avoid such regressions in the future # Are there any user-facing changes? Bug is fixed -- 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]
