Skip to content

Commit

Permalink
Update datafusion-examples/examples/thread_pools.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Berkay Şahin <124376117+berkaysynnada@users.noreply.github.com>
  • Loading branch information
alamb and berkaysynnada committed Jan 24, 2025
1 parent b0578fe commit 5731f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/examples/thread_pools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async fn main() -> Result<()> {

/// Run queries directly on the current tokio `Runtime`
///
/// This is now most examples in DataFusion are written and works well for
/// This is how most examples in DataFusion are written and works well for
/// development and local query processing.
async fn same_runtime(ctx: &SessionContext, sql: &str) -> Result<()> {
// Calling .sql is an async function as it may also do network
Expand Down

0 comments on commit 5731f8a

Please sign in to comment.