Skip to content

Commit

Permalink
fix: update out-of-date doc about datafusion (#1183)
Browse files Browse the repository at this point in the history
# Description

Fix out-of-date doc about querying datafusion.

# Related Issue(s)
<!---
For example:

- closes #106
--->

# Documentation

<!---
Share links to useful documentation
--->
  • Loading branch information
xudong963 authored Feb 28, 2023
1 parent ac1ce57 commit 7e8abaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
//! Querying from local filesystem:
//! ```ignore
//! use std::sync::Arc;
//! use datafusion::execution::context::ExecutionContext;
//! use datafusion::prelude::SessionContext;
//!
//! async {
//! let mut ctx = ExecutionContext::new();
//! let mut ctx = SessionContext::new();
//! let table = deltalake::open_table("./tests/data/simple_table")
//! .await
//! .unwrap();
Expand Down

0 comments on commit 7e8abaa

Please sign in to comment.