Skip to content

fix docs of register_table to match implementation#13438

Merged
alamb merged 1 commit intoapache:mainfrom
pydantic:fix-docs
Nov 15, 2024
Merged

fix docs of register_table to match implementation#13438
alamb merged 1 commit intoapache:mainfrom
pydantic:fix-docs

Conversation

@adriangb
Copy link
Copy Markdown
Contributor

I'm not sure that changing the implementation is possible at this point. We could call deregister_table but I fear that's not atomic. So we'd have to change the implementation of SchemaProvider, a breaking change.

I'm not sure that changing the implementation is possible at this point. We could call deregister_table but I fear that's not atomic. So we'd have to change the implementation of SchemaProvider, a breaking change.
@github-actions github-actions bot added the core Core DataFusion crate label Nov 15, 2024
@adriangb
Copy link
Copy Markdown
Contributor Author

adriangb commented Nov 15, 2024

Copy link
Copy Markdown
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.

Thanks @adriangb -- this makes sense to me

///
/// Returns the [`TableProvider`] previously registered for this
/// reference, if any
/// If a table of the same name was already registered, returns "Table
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@alamb alamb added the documentation Improvements or additions to documentation label Nov 15, 2024
@alamb alamb merged commit 6d8313e into apache:main Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants