Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 29, 2024
1 parent 89f6570 commit e1c5685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/examples/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ async fn regexp_demo() -> Result<()> {
let ctx = SessionContext::new();
ctx.register_csv(
"examples",
"../../datafusion/physical-expr/tests/data/regex.csv",
"./datafusion/physical-expr/tests/data/regex.csv",
CsvReadOptions::new(),
)
.await?;
Expand Down

0 comments on commit e1c5685

Please sign in to comment.