Skip to content

Commit d954404

Browse files
committed
test(cubesql): Add grouped join tests
1 parent 7afa70f commit d954404

File tree

2 files changed

+454
-0
lines changed

2 files changed

+454
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ pub mod test_bi_workarounds;
3030
#[cfg(test)]
3131
pub mod test_cube_join;
3232
#[cfg(test)]
33+
pub mod test_cube_join_grouped;
34+
#[cfg(test)]
3335
pub mod test_df_execution;
3436
#[cfg(test)]
3537
pub mod test_introspection;

0 commit comments

Comments
 (0)