Skip to content

Databricks: enable query and nested type syntax - #2478

Open
EthanVieira wants to merge 2 commits into
apache:mainfrom
EthanVieira:dbx-query
Open

Databricks: enable query and nested type syntax#2478
EthanVieira wants to merge 2 commits into
apache:mainfrom
EthanVieira:dbx-query

Conversation

@EthanVieira

@EthanVieira EthanVieira commented Sep 2, 2026

Copy link
Copy Markdown

Enable existing parser capabilities for the Databricks dialect:

  • MAP<key, value> nested types
  • Backslash-escaped string literals
  • SELECT * REPLACE
  • FROM-first queries
  • Pipe syntax (|>)

The pipeline negative test now uses CALL 123 invalid because Databricks permits numeric-leading identifiers, making the previous 123invalid input valid. The replacement remains invalid for every dialect covered by the test.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant