File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
rust/cubestore/cubestore-sql-tests/src Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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) ,
You can’t perform that action at this time.
0 commit comments