• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sunchao / parquet-rs / 57 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2017 09:20PM UTC
Files 16
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Apr 2017 09:11PM UTC coverage: 59.802% (+0.6%) from 59.24%
57.1

push

travis-ci

sunchao
Use Rc<Vec<u8>> for decoders (instead of slices)

The current approach of using slice for byte arrays doesn't seem to
work, since it requires a continus stack frames for the lifetime
parameters, and therefore the eventual decoded values can not outlive
the "root" stack frame where the bytes originated from.

Another issue is with column value reader, as we need to first read the
page and then read values in batches. However, we cannot have decoder
and page reader both as fields for the value reader, since the former
contains reference to the latter. This is again an issue of
self-reference, which Rust doesn't handle right now without 3rd party
crates.

1998 of 3341 relevant lines covered (59.8%)

0.6 hits per line

Source Files on job 57.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 57
  • Travis Job 57.1
  • 3d6fbdbf on github
  • Prev Job for on master (#55.1)
  • Next Job for on master (#58.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc