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

sunchao / parquet-rs / 57
96%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2017 09:20PM UTC
Jobs 1
Files 16
Run time 1s
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

pending completion
57

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

Jobs
ID Job ID Ran Files Coverage
1 57.1 16 Apr 2017 09:20PM UTC 0
59.8
Travis Job 57.1
Source Files on build 57
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #57
  • 3d6fbdbf on github
  • Prev Build on master (#55)
  • Next Build on master (#58)
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