Skip to content

Commit

Permalink
Passing all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Gardner committed Apr 3, 2023
1 parent 75119e1 commit da4824a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/execution/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ impl SessionContext {
input,
if_not_exists,
or_replace,
..
}) => {
let input = Arc::try_unwrap(input).unwrap_or_else(|e| e.as_ref().clone());
let table = self.table(&name).await;
Expand Down

0 comments on commit da4824a

Please sign in to comment.