Skip to content

WIP: Update sqlparser to next release - #13546

Closed
alamb wants to merge 2 commits into
apache:mainfrom
alamb:alamb/sqlparser_with_span
Closed

WIP: Update sqlparser to next release#13546
alamb wants to merge 2 commits into
apache:mainfrom
alamb:alamb/sqlparser_with_span

Conversation

@alamb

@alambalamb commented Nov 24, 2024

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

This PR demonstrates what is needed to update DataFusion to the next version of sqlparser-rs including new span information in sqlparser-rs

Also, help test to ensure that the next sqlparser-rs release has no regressions by testing with DataFusion before we release it

What changes are included in this PR?

Pin to a pre-release version of sqlparser-rs and update DataFusion

Are these changes tested?

Yes, by existing unit tests

Are there any user-facing changes?

@alamb

Copy link
Copy Markdown
ContributorAuthor

@alambalamb changed the title POC: Update to sqlparser with span (source text) locationPOC: Update to sqlparser to pre-release versionNov 28, 2024
@alamb
alambforce-pushed the alamb/sqlparser_with_span branch from 038047c to 38a8e4eCompareNovember 29, 2024 12:23
@alambalamb changed the title POC: Update to sqlparser to pre-release versionWIP: Update to sqlparser to pre-release versionNov 30, 2024
@alamb
alambforce-pushed the alamb/sqlparser_with_span branch from 38a8e4e to 3545647CompareNovember 30, 2024 13:22
@alamb
alambforce-pushed the alamb/sqlparser_with_span branch 2 times, most recently from 14e50a1 to 9b9df23CompareDecember 4, 2024 15:51
@alambalamb changed the title WIP: Update to sqlparser to pre-release versionWIP: Update sqlparser to pre-release versionDec 4, 2024
@alambalamb changed the title WIP: Update sqlparser to pre-release versionWIP: Update sqlparser to next releaseDec 5, 2024
@alamb

Copy link
Copy Markdown
ContributorAuthor

Superceded by #13767

@alambalamb closed this Dec 13, 2024
@alambalamb mentioned this pull request Dec 20, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commonRelated to common cratecoreCore DataFusion cratelogical-exprLogical plan and expressionssqlSQL PlannersqllogictestSQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@alamb