Skip to content

Commit

Permalink
test: found out time window expr
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Feb 19, 2025
1 parent 5af54a5 commit fd55a1d
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 89 deletions.
1 change: 1 addition & 0 deletions src/flow/src/expr/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ mod test {

for (sql, current, expected) in &testcases {
let plan = sql_to_substrait(engine.clone(), sql).await;

let mut ctx = create_test_ctx();
let flow_plan = TypedPlan::from_substrait_plan(&mut ctx, &plan)
.await
Expand Down
Loading

0 comments on commit fd55a1d

Please sign in to comment.