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

feat: list_columns for native tables #1783

Merged
merged 5 commits into from
Sep 19, 2023
Merged

Conversation

adhish20
Copy link
Contributor

Fixes #1774

@adhish20 adhish20 linked an issue Sep 19, 2023 that may be closed by this pull request
@adhish20 adhish20 marked this pull request as ready for review September 19, 2023 18:45
@adhish20 adhish20 changed the title wip: list_columns for native tables feat: list_columns for native tables Sep 19, 2023
Comment on lines +60 to +62
return Err(ExtensionError::Unimplemented(
"list_columns for external tables",
));
Copy link
Member

Choose a reason for hiding this comment

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

Now we could go recursive here and get the proper lister for the external table, but that can be a follow on.

@adhish20 adhish20 merged commit 4e926e3 into main Sep 19, 2023
@adhish20 adhish20 deleted the adhish/native-list-columns branch September 19, 2023 19:45
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.

Implement list_columns for native tables
2 participants