This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new d6d9c6f2e chore: small typo in the example README (#5319)
d6d9c6f2e is described below
commit d6d9c6f2e0c3100efade43d1342d8c9522919e1f
Author: Gianluca <[email protected]>
AuthorDate: Fri Feb 17 16:10:51 2023 +0100
chore: small typo in the example README (#5319)
---
datafusion-examples/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion-examples/README.md b/datafusion-examples/README.md
index 1a32cc2d0..a7d519fa4 100644
--- a/datafusion-examples/README.md
+++ b/datafusion-examples/README.md
@@ -38,7 +38,7 @@ Run `git submodule update --init` to init test files.
- [`memtable.rs`](examples/memtable.rs): Create an query data in memory using
SQL and `RecordBatch`es
- [`parquet_sql.rs`](examples/parquet_sql.rs): Build and run a query plan from
a SQL statement against a local Parquet file
- [`parquet_sql_multiple_files.rs`](examples/parquet_sql_multiple_files.rs):
Build and run a query plan from a SQL statement against multiple local Parquet
files
-- [`query-aws-s3.rs`](examples/query-aws-s3.rs): Confiure `object_store` and
run a query against files stored in AWS S3
+- [`query-aws-s3.rs`](examples/query-aws-s3.rs): Configure `object_store` and
run a query against files stored in AWS S3
- [`rewrite_expr.rs`](examples/rewrite_expr.rs): Define and invoke a custom
Query Optimizer pass
- [`simple_udaf.rs`](examples/simple_udaf.rs): Define and invoke a User
Defined Aggregate Function (UDAF)
- [`simple_udf.rs`](examples/simple_udf.rs): Define and invoke a User Defined
(scalar) Function (UDF)