Skip to content

Upgrade to sqlparser 0.61.0#20177

Draft
alamb wants to merge 3 commits intoapache:mainfrom
alamb:alamb/test_sqlparser_update
Draft

Upgrade to sqlparser 0.61.0#20177
alamb wants to merge 3 commits intoapache:mainfrom
alamb:alamb/test_sqlparser_update

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Feb 5, 2026

DRAFT until SQL parser is released

Which issue does this PR close?

Rationale for this change

Keep up to date with dependencies

I think @Samyak2 specifically would like access to the : field syntax

What changes are included in this PR?

  1. Update to 0.61.0
  2. Update APIs

Are these changes tested?

Yes by existing tests

Are there any user-facing changes?

New dependency

@github-actions github-actions bot added the sql SQL Planner label Feb 5, 2026
@alamb
Copy link
Contributor Author

alamb commented Feb 5, 2026

There are a few sqllogictest errors like this

External error: 35 errors in file /Users/andrewlamb/Software/datafusion2/datafusion/sqllogictest/test_files/map.slt

1. statement failed: DataFusion error: SQL error: ParserError("Expected: ), found: { at Line: 3, Column: 8")
[SQL] CREATE TABLE map_array_table_1
AS VALUES
  (MAP {1: [1, NULL, 3], 2: [4, NULL, 6], 3: [7, 8, 9]}, 1, 1.0, '1'),
  (MAP {4: [1, NULL, 3], 5: [4, NULL, 6], 6: [7, 8, 9]}, 5, 5.0, '5'),
  (MAP {7: [1, NULL, 3], 8: [9, NULL, 6], 9: [7, 8, 9]}, 4, 4.0, '4')
;
at /Users/andrewlamb/Software/datafusion2/datafusion/sqllogictest/test_files/map.slt:18

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

Labels

sql SQL Planner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant