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

Register table based on known schema without file IO #872

Merged
merged 1 commit into from
Aug 14, 2021

Conversation

Dandandan
Copy link
Contributor

@Dandandan Dandandan commented Aug 13, 2021

Which issue does this PR close?

Addresses part of #871

Rationale for this change

Allows registering tables without any scanning / statistics collection.
This is useful for bigger datasets and when the schema already has been provided by a catalog / from the application.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Aug 13, 2021
@Dandandan Dandandan requested a review from andygrove August 13, 2021 15:09
@Dandandan Dandandan changed the title Register table based on known schema Register table based on known schema without file IO Aug 13, 2021
@houqp houqp added the enhancement New feature or request label Aug 13, 2021
@Dandandan Dandandan merged commit 5c7f1ab into apache:master Aug 14, 2021
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.

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants