File tree Expand file tree Collapse file tree 4 files changed +5
-20
lines changed Expand file tree Collapse file tree 4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -1932,6 +1932,7 @@ mod tests {
19321932 }
19331933
19341934 // FIXME(#TODO) test fails with feature `force_hash_collisions`
1935+ // https://github.com/apache/datafusion/issues/11658
19351936 #[ cfg( not( feature = "force_hash_collisions" ) ) ]
19361937 #[ apply( batch_sizes) ]
19371938 #[ tokio:: test]
@@ -1989,6 +1990,7 @@ mod tests {
19891990
19901991 /// Test where the left has 2 parts, the right with 1 part => 1 part
19911992 // FIXME(#TODO) test fails with feature `force_hash_collisions`
1993+ // https://github.com/apache/datafusion/issues/11658
19921994 #[ cfg( not( feature = "force_hash_collisions" ) ) ]
19931995 #[ apply( batch_sizes) ]
19941996 #[ tokio:: test]
@@ -2103,6 +2105,7 @@ mod tests {
21032105
21042106 /// Test where the left has 1 part, the right has 2 parts => 2 parts
21052107 // FIXME(#TODO) test fails with feature `force_hash_collisions`
2108+ // https://github.com/apache/datafusion/issues/11658
21062109 #[ cfg( not( feature = "force_hash_collisions" ) ) ]
21072110 #[ apply( batch_sizes) ]
21082111 #[ tokio:: test]
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ SELECT COUNT(*) FROM timestamp_with_tz;
252252131072
253253
254254# FIXME(#TODO) fails with feature `force_hash_collisions`
255+ # https://github.com/apache/datafusion/issues/11660
255256# Perform the query:
256257# query IPT
257258# SELECT
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ SELECT * FROM t1 FULL JOIN t2 ON t1_id = t2_id
239239NULL NULL NULL 55 w 3
240240
241241# FIXME(#TODO) fails with feature `force_hash_collisions`
242+ # https://github.com/apache/datafusion/issues/11659
242243# equijoin_full_and_condition_from_both
243244# query ITIITI rowsort
244245# SELECT * FROM t1 FULL JOIN t2 ON t1_id = t2_id AND t2_int <= t1_int
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments