EthanVieira opened a new pull request, #2478: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2478
- Enable Databricks angle-bracket `MAP` types and backslash-escaped strings. - Support wildcard `REPLACE`, FROM-first queries, and pipe operators. - Adjusted the shared negative pipeline test because Databricks allows numeric-prefix identifiers. This caused the original invalid input to produce a different parser error from other dialects. References: - [Databricks pipeline syntax](https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-qry-pipeline) - [SELECT syntax](https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-qry-select) - [MAP type](https://docs.databricks.com/aws/en/sql/language-manual/data-types/map-type) -- 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]
