Skip to content

Databricks: enable query and nested type syntax - #2478

Merged
iffyio merged 2 commits into
apache:mainfrom
EthanVieira:dbx-query
Sep 7, 2026
Merged

Databricks: enable query and nested type syntax#2478
iffyio merged 2 commits into
apache:mainfrom
EthanVieira:dbx-query

Conversation

@EthanVieira

@EthanVieira EthanVieira commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

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:

@iffyio iffyio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @EthanVieira!

@iffyio
iffyio enabled auto-merge September 7, 2026 04:42
@iffyio
iffyio added this pull request to the merge queue Sep 7, 2026
Merged via the queue into apache:main with commit eb61422 Sep 7, 2026
10 checks passed
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.

2 participants