Skip to content

Commit 92303d7

Browse files
authored
minor: enable decimal dictionary sbbf pruning test (apache#14711)
1 parent 12f6be6 commit 92303d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datafusion/core/tests/parquet/row_group_pruning.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1506,9 +1506,6 @@ async fn test_bloom_filter_binary_dict() {
15061506
.await;
15071507
}
15081508

1509-
// Makes sense to enable (or at least try to) after
1510-
// https://github.com/apache/datafusion/issues/13821
1511-
#[ignore]
15121509
#[tokio::test]
15131510
async fn test_bloom_filter_decimal_dict() {
15141511
RowGroupPruningTest::new()

0 commit comments

Comments
 (0)