Skip to content

Commit

Permalink
Update datafusion-examples/examples/expr_api.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Taylor-Davies <[email protected]>
  • Loading branch information
alamb and tustvold authored Dec 8, 2023
1 parent 5fc0bdd commit b5deaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/examples/expr_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fn range_analysis_demo() -> Result<()> {
// organized in files according to day, this information permits skipping
// entire files without reading them.
//
// While this simply example could be handled with a special case, the
// While this simple example could be handled with a special case, the
// DataFusion API handles arbitrary expressions (so for example, you don't
// have to handle the case where the predicate clauses are reversed such as
// `date < '2020-10-01' AND date > '2020-09-01'`
Expand Down

0 comments on commit b5deaee

Please sign in to comment.