This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 92303d7fbc minor: enable decimal dictionary sbbf pruning test (#14711)
92303d7fbc is described below
commit 92303d7fbcff00a93691c84c1e9e3a4cdb5e7a8f
Author: Eduard Karacharov <[email protected]>
AuthorDate: Mon Feb 17 14:31:19 2025 +0200
minor: enable decimal dictionary sbbf pruning test (#14711)
---
datafusion/core/tests/parquet/row_group_pruning.rs | 3 ---
1 file changed, 3 deletions(-)
diff --git a/datafusion/core/tests/parquet/row_group_pruning.rs
b/datafusion/core/tests/parquet/row_group_pruning.rs
index d8ce2970bd..5a85f47c01 100644
--- a/datafusion/core/tests/parquet/row_group_pruning.rs
+++ b/datafusion/core/tests/parquet/row_group_pruning.rs
@@ -1506,9 +1506,6 @@ async fn test_bloom_filter_binary_dict() {
.await;
}
-// Makes sense to enable (or at least try to) after
-// https://github.com/apache/datafusion/issues/13821
-#[ignore]
#[tokio::test]
async fn test_bloom_filter_decimal_dict() {
RowGroupPruningTest::new()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]