Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add schema to SQL ast builder #9624

Merged
merged 2 commits into from
Mar 19, 2024
Merged

add schema to SQL ast builder #9624

merged 2 commits into from
Mar 19, 2024

Conversation

sardination
Copy link
Contributor

This PR is meant to upstream this PR: datafusion-contrib/datafusion-federation#26

SQL languages will typically have schemas, so add support for schema names to the table scan AST builder.

@github-actions github-actions bot added the sql SQL Planner label Mar 15, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @sardination -- the code looks good to me

Can you please add a test for this new feature (so we don't break it in the future)?

@alamb alamb changed the title add schema to ast builder add schema to SQL ast builder Mar 16, 2024
@alamb alamb marked this pull request as draft March 18, 2024 17:36
@alamb
Copy link
Contributor

alamb commented Mar 18, 2024

Marking as draft as I think this PR is no longer waiting on feedback. Please mark it as ready for review when it is ready for another look

@alamb alamb marked this pull request as ready for review March 18, 2024 19:35
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

LGTM -- thank you @sardination

@alamb alamb merged commit 8438d2b into apache:main Mar 19, 2024
23 checks passed
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.

2 participants