jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 221 forks source link

Add test for list_nested_decimal #1572

Closed ariesdevil closed 9 months ago

ariesdevil commented 9 months ago

Add test for list_nested_decimal, the data structure is:

[
    [[Decimal(0), Decimal(1)]],
    None,
    [[Decimal(2), None], [Decimal(3)]],
    [[Decimal(4), Decimal(5)], [Decimal(6)]],
    [],
    [[Decimal(7)], None, [Decimal(9)]],
    [[], [None], None],
    [[Decimal(10)]],
]
codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (8880501) 83.06% compared to head (d46eabc) 83.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1572 +/- ## ========================================== - Coverage 83.06% 83.05% -0.01% ========================================== Files 391 391 Lines 42898 42898 ========================================== - Hits 35632 35631 -1 - Misses 7266 7267 +1 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1572/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.