xudong963 commented on code in PR #16133: URL: https://github.com/apache/datafusion/pull/16133#discussion_r2102030382
########## datafusion/core/src/datasource/physical_plan/parquet.rs: ########## @@ -887,11 +931,12 @@ mod tests { assert_eq!(rt.batches.unwrap().len(), 0); // Predicate should prune no row groups - let filter = col("c1").eq(lit(ScalarValue::Utf8(Some("foo".to_string())))); + let filter = col("c1").eq(lit(ScalarValue::Utf8View(Some("foo".to_string())))); Review Comment: ditto -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org