We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d76f commit fd6322eCopy full SHA for fd6322e
1 file changed
datafusion/core/src/datasource/physical_plan/parquet.rs
@@ -898,7 +898,7 @@ mod tests {
898
assert_eq!(read.len(), 0);
899
900
// TODO: this is failing on main, and has been for a long time!
901
- // See <comment on PR>
+ // See https://github.com/apache/datafusion/pull/16086#discussion_r2094817127
902
// // Predicate should prune no row groups
903
// let filter = col("c1").eq(lit(ScalarValue::UInt64(Some(1))));
904
// let read = RoundTrip::new()
0 commit comments