alamb commented on code in PR #12092: URL: https://github.com/apache/datafusion/pull/12092#discussion_r1757508848
########## datafusion/core/src/datasource/physical_plan/parquet/row_group_filter.rs: ########## @@ -264,8 +264,12 @@ impl PruningStatistics for BloomFilterStatistics { .iter() .map(|value| { match value { - ScalarValue::Utf8(Some(v)) => sbbf.check(&v.as_str()), - ScalarValue::Binary(Some(v)) => sbbf.check(v), + ScalarValue::Utf8(Some(v)) | ScalarValue::Utf8View(Some(v)) => { Review Comment: this needs its own ticket / test I think. Will do it shortly -- 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