Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waralexrom committed Feb 14, 2024
1 parent e3522e7 commit c0fa0f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/cubesql/cubesql/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21514,8 +21514,6 @@ LIMIT {{ limit }}{% endif %}"#.to_string(),
.await
.as_logical_plan();

println!("!!!! {:?}", logical_plan);

assert_eq!(
logical_plan.find_cube_scan().request,
V1LoadRequestQuery {
Expand Down

0 comments on commit c0fa0f6

Please sign in to comment.