Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datafusion/core/src/execution/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1312,8 +1312,8 @@ impl SessionContext {
/// Registers a [`TableProvider`] as a table that can be
/// referenced from SQL statements executed against this context.
///
/// Returns the [`TableProvider`] previously registered for this
/// reference, if any
/// If a table of the same name was already registered, returns "Table
/// already exists" error.
pub fn register_table(
&self,
table_ref: impl Into<TableReference>,
Expand Down