Skip to content

Commit 172d79f

Browse files
authored
Minor: run test_decimal_list again (#7282)
1 parent a8f0957 commit 172d79f

File tree

1 file changed

+0
-1
lines changed
  • parquet/src/arrow/arrow_reader

1 file changed

+0
-1
lines changed

parquet/src/arrow/arrow_reader/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,6 @@ mod tests {
17251725
}
17261726

17271727
#[test]
1728-
#[ignore] // https://github.com/apache/arrow-rs/issues/2253
17291728
fn test_decimal_list() {
17301729
let decimals = Decimal128Array::from_iter_values([1, 2, 3, 4, 5, 6, 7, 8]);
17311730

0 commit comments

Comments
 (0)