Skip to content

#45 Implement arrow -> json writer - #47

Draft
syucream wants to merge 15 commits into
masterfrom
retry-arrow
Draft

syucream wants to merge 15 commits into
masterfrom
retry-arrow

Support string -> some types conversion

f0f8a32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 14, 2026 in 0s

58.36% (-11.70%) compared to f6d5b93

View this Pull Request on Codecov

58.36% (-11.70%) compared to f6d5b93

Details

Codecov Report

❌ Patch coverage is 39.08948% with 388 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.36%. Comparing base (f6d5b93) to head (f0f8a32).
⚠️ Report is 45 commits behind head on master.

Files with missing lines Patch % Lines
record/arrow.go 4.48% 287 Missing and 11 partials ⚠️
arrow/json/writer.go 74.75% 46 Missing and 5 partials ⚠️
parquet/discard.go 0.00% 14 Missing ⚠️
record/avro.go 57.14% 3 Missing and 3 partials ⚠️
record/csv.go 80.64% 3 Missing and 3 partials ⚠️
record/jsonl.go 66.66% 2 Missing and 2 partials ⚠️
record/msgpack.go 75.00% 2 Missing and 2 partials ⚠️
columnifier/parquet.go 75.00% 1 Missing and 2 partials ⚠️
record/ltsv.go 91.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #47       +/-   ##
===========================================
- Coverage   70.05%   58.36%   -11.70%     
===========================================
  Files          19       18        -1     
  Lines         875     1237      +362     
===========================================
+ Hits          613      722      +109     
- Misses        203      462      +259     
+ Partials       59       53        -6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.