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

Put async functionality behind feature #64

Closed progval closed 3 months ago

progval commented 3 months ago

Resolves https://github.com/datafusion-contrib/datafusion-orc/issues/46

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 79.94%. Comparing base (424b021) to head (217d711). Report is 42 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ========================================== + Coverage 77.22% 79.94% +2.71% ========================================== Files 34 31 -3 Lines 3302 3121 -181 ========================================== - Hits 2550 2495 -55 + Misses 752 626 -126 ```