File tree 4 files changed +5
-20
lines changed
4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -1932,6 +1932,7 @@ mod tests {
1932
1932
}
1933
1933
1934
1934
// FIXME(#TODO) test fails with feature `force_hash_collisions`
1935
+ // https://github.com/apache/datafusion/issues/11658
1935
1936
#[ cfg( not( feature = "force_hash_collisions" ) ) ]
1936
1937
#[ apply( batch_sizes) ]
1937
1938
#[ tokio:: test]
@@ -1989,6 +1990,7 @@ mod tests {
1989
1990
1990
1991
/// Test where the left has 2 parts, the right with 1 part => 1 part
1991
1992
// FIXME(#TODO) test fails with feature `force_hash_collisions`
1993
+ // https://github.com/apache/datafusion/issues/11658
1992
1994
#[ cfg( not( feature = "force_hash_collisions" ) ) ]
1993
1995
#[ apply( batch_sizes) ]
1994
1996
#[ tokio:: test]
@@ -2103,6 +2105,7 @@ mod tests {
2103
2105
2104
2106
/// Test where the left has 1 part, the right has 2 parts => 2 parts
2105
2107
// FIXME(#TODO) test fails with feature `force_hash_collisions`
2108
+ // https://github.com/apache/datafusion/issues/11658
2106
2109
#[ cfg( not( feature = "force_hash_collisions" ) ) ]
2107
2110
#[ apply( batch_sizes) ]
2108
2111
#[ tokio:: test]
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ SELECT COUNT(*) FROM timestamp_with_tz;
252
252
131072
253
253
254
254
# FIXME(#TODO) fails with feature `force_hash_collisions`
255
+ # https://github.com/apache/datafusion/issues/11660
255
256
# Perform the query:
256
257
# query IPT
257
258
# 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
239
239
NULL NULL NULL 55 w 3
240
240
241
241
# FIXME(#TODO) fails with feature `force_hash_collisions`
242
+ # https://github.com/apache/datafusion/issues/11659
242
243
# equijoin_full_and_condition_from_both
243
244
# query ITIITI rowsort
244
245
# 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