datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
28 stars 8 forks source link

Mark ArrowReader as Send #60

Closed progval closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.31%. Comparing base (424b021) to head (91677f7). Report is 34 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ========================================== + Coverage 77.22% 79.31% +2.09% ========================================== Files 34 36 +2 Lines 3302 3191 -111 ========================================== - Hits 2550 2531 -19 + Misses 752 660 -92 ```