This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 172d79fa55 Minor: run test_decimal_list again (#7282)
172d79fa55 is described below
commit 172d79fa55158eed1ec3ea34f7941f1349a94a9d
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Mar 13 09:30:59 2025 -0400
Minor: run test_decimal_list again (#7282)
---
parquet/src/arrow/arrow_reader/mod.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/parquet/src/arrow/arrow_reader/mod.rs
b/parquet/src/arrow/arrow_reader/mod.rs
index 4bff9097d1..d14b94cc7e 100644
--- a/parquet/src/arrow/arrow_reader/mod.rs
+++ b/parquet/src/arrow/arrow_reader/mod.rs
@@ -1725,7 +1725,6 @@ mod tests {
}
#[test]
- #[ignore] // https://github.com/apache/arrow-rs/issues/2253
fn test_decimal_list() {
let decimals = Decimal128Array::from_iter_values([1, 2, 3, 4, 5, 6, 7,
8]);