Skip to content

Commit

Permalink
file
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed May 12, 2024
1 parent 26d2ee3 commit 3d0ca6f
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 @@ -33,7 +33,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 3d0ca6f

Please sign in to comment.