Skip to content

Commit fd6322e

Browse files
authored
Update datafusion/core/src/datasource/physical_plan/parquet.rs
1 parent 519d76f commit fd6322e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/core/src/datasource/physical_plan

datafusion/core/src/datasource/physical_plan/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ mod tests {
898898
assert_eq!(read.len(), 0);
899899

900900
// TODO: this is failing on main, and has been for a long time!
901-
// See <comment on PR>
901+
// See https://github.com/apache/datafusion/pull/16086#discussion_r2094817127
902902
// // Predicate should prune no row groups
903903
// let filter = col("c1").eq(lit(ScalarValue::UInt64(Some(1))));
904904
// let read = RoundTrip::new()

0 commit comments

Comments
 (0)