Skip to content

Commit

Permalink
chore(cubestore): Upgrade DF: Reenable three_tables_join tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srh committed Dec 16, 2024
1 parent 2ee5592 commit 9cbf9d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rust/cubestore/cubestore-sql-tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ pub fn sql_tests() -> Vec<(&'static str, TestFn)> {
t("float_merge", float_merge),
t("join", join),
t("filtered_join", filtered_join),
// TODO upgrade DF stack overflow
// t("three_tables_join", three_tables_join),
t("three_tables_join", three_tables_join),
t(
"three_tables_join_with_filter",
three_tables_join_with_filter,
),
// TODO upgrade DF stack overflow
// t("three_tables_join_with_union", three_tables_join_with_union),
t("three_tables_join_with_union", three_tables_join_with_union),
t("in_list", in_list),
t("in_list_with_union", in_list_with_union),
t("numeric_cast", numeric_cast),
Expand Down

0 comments on commit 9cbf9d0

Please sign in to comment.