Skip to content

Commit 01dc3f9

Browse files
authored
Run CI with latest (Rust 1.80), add ticket references to commented out tests (#11661)
* Revert "Temporarily pin toolchain version to avoid clippy (#11655)" This reverts commit 5b7e0aa. * Add ticket references in comments
1 parent cdf387e commit 01dc3f9

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

datafusion/physical-plan/src/joins/hash_join.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

datafusion/sqllogictest/test_files/parquet.slt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ SELECT COUNT(*) FROM timestamp_with_tz;
252252
131072
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

datafusion/sqllogictest/test_files/sort_merge_join.slt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ SELECT * FROM t1 FULL JOIN t2 ON t1_id = t2_id
239239
NULL 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

rust-toolchain.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)