Skip to content

Commit 9cbf9d0

Browse files
committed
chore(cubestore): Upgrade DF: Reenable three_tables_join tests
1 parent 2ee5592 commit 9cbf9d0

File tree

1 file changed

+2
-4
lines changed
  • rust/cubestore/cubestore-sql-tests/src

1 file changed

+2
-4
lines changed

rust/cubestore/cubestore-sql-tests/src/tests.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ pub fn sql_tests() -> Vec<(&'static str, TestFn)> {
4848
t("float_merge", float_merge),
4949
t("join", join),
5050
t("filtered_join", filtered_join),
51-
// TODO upgrade DF stack overflow
52-
// t("three_tables_join", three_tables_join),
51+
t("three_tables_join", three_tables_join),
5352
t(
5453
"three_tables_join_with_filter",
5554
three_tables_join_with_filter,
5655
),
57-
// TODO upgrade DF stack overflow
58-
// t("three_tables_join_with_union", three_tables_join_with_union),
56+
t("three_tables_join_with_union", three_tables_join_with_union),
5957
t("in_list", in_list),
6058
t("in_list_with_union", in_list_with_union),
6159
t("numeric_cast", numeric_cast),

0 commit comments

Comments
 (0)