yahoNanJing commented on code in PR #8669:
URL: https://github.com/apache/arrow-datafusion/pull/8669#discussion_r1438603332
##########
datafusion/core/src/datasource/physical_plan/parquet/row_groups.rs:
##########
@@ -854,9 +956,9 @@ mod tests {
let rgm2 = get_row_group_meta_data(
&schema_descr,
vec![ParquetStatistics::fixed_len_byte_array(
- // 5.00
+ // 10.00
Review Comment:
It's main purpose is to prune the **_rgm2_** by filter `c1 in (8, 300,
400)`. If it's a concern, maybe I can introduce another independent new test
case for it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]