Skip to content

Commit

Permalink
Changed pathing to make ci script happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Feb 7, 2024
1 parent 3232f8a commit 38713a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/examples/regexp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async fn main() -> 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 38713a1

Please sign in to comment.