lyne7-sc commented on code in PR #22995:
URL: https://github.com/apache/datafusion/pull/22995#discussion_r3442438941


##########
datafusion/datasource-parquet/src/bloom_filter.rs:
##########
@@ -375,6 +409,40 @@ mod tests {
             .await
     }
 
+    #[tokio::test]
+    async fn test_row_group_bloom_filter_pruning_predicate_decimal128() {

Review Comment:
   Added a negative Decimal128 regression test using values from -100 to -600 
and verifying `decimal_col = -500` keeps only the matching row group.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to