This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new f98bacc3 documentation :: quick-start.md sample source code correction
(#1213)
f98bacc3 is described below
commit f98bacc365fb22b1998ba8016e636e49a3dbf26d
Author: Nirmit Jain <[email protected]>
AuthorDate: Fri Mar 21 03:31:01 2025 +0530
documentation :: quick-start.md sample source code correction (#1213)
---
docs/source/user-guide/deployment/quick-start.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/user-guide/deployment/quick-start.md
b/docs/source/user-guide/deployment/quick-start.md
index df8434be..f8e2cbf1 100644
--- a/docs/source/user-guide/deployment/quick-start.md
+++ b/docs/source/user-guide/deployment/quick-start.md
@@ -128,7 +128,7 @@ use datafusion::{
#[tokio::main]
async fn main() -> Result<()> {
// creating SessionContext with default settings
- let ctx = SessionContext::remote("df://localhost:50050".await?;
+ let ctx = SessionContext::remote("df://localhost:50050").await?;
let test_data = test_util::examples_test_data();
let filename = format!("{test_data}/alltypes_plain.parquet");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]