Skip to content

Commit 57432b8

Browse files
committed
fix tests
1 parent 1a3df4c commit 57432b8

File tree

1 file changed

+0
-2
lines changed
  • rust/cubesql/cubesql/src/compile

1 file changed

+0
-2
lines changed

rust/cubesql/cubesql/src/compile/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8235,7 +8235,6 @@ ORDER BY "source"."str0" ASC
82358235
]),
82368236
segments: Some(vec![]),
82378237
order: Some(vec![]),
8238-
ungrouped: Some(false),
82398238
..Default::default()
82408239
}
82418240
)
@@ -15695,7 +15694,6 @@ LIMIT {{ limit }}{% endif %}"#.to_string(),
1569515694
]),
1569615695
segments: Some(vec![]),
1569715696
order: Some(vec![]),
15698-
ungrouped: Some(true),
1569915697
..Default::default()
1570015698
}
1570115699
)

0 commit comments

Comments
 (0)