Skip to content

Commit b9a331b

Browse files
authored
Merge pull request #3 from kevinjqliu/kevinjqliu/run-example
Add instruction on running examples to README
2 parents 988419f + c8d0529 commit b9a331b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ async fn main() -> datafusion::error::Result<()> {
105105

106106
You can find other examples in the [examples](examples/) directory.
107107

108+
### Running Examples
109+
110+
To quickly see the Parquet example in action, you can run the provided example directly from your terminal:
111+
112+
```bash
113+
cargo run --example parquet
114+
```
115+
108116
## License
109117

110118
The project is licensed under the [APACHE 2.0](LICENSE) license.

0 commit comments

Comments
 (0)