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

apache / parquet-cpp / 2043

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2018 03:52PM UTC
Jobs 3
Files 0
Run time –
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
2043

push

travis-ci

Deepak Majeti
PARQUET-1333: [C++] Reading of files with dictionary size 0 fails on Windows with bad_alloc

The call with size 0 ends up in arrows memory_pool, https://github.com/apache/arrow/blob/884474ca5/cpp/src/arrow/memory_pool.cc#L50, and the according allocation fails. See according documentation, https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/aligned-malloc. Only happens on Windows environment, as posix_memalign seems to handle 0 inputs in unix environments.

Author: Philipp Hoch <p.hoch@celonis.com>

Closes #472 from philhoch/bugfix-cover-empty-dicitionary-size-on-windows and squashes the following commits:

0be10bc [Philipp Hoch] account for total_size being 0, as _alligned_malloc with size 0 raises error on Windows environment
Jobs
ID Job ID Ran Files Coverage
1 2043.1 28 Jun 2018 03:53PM UTC 0
Travis Job 2043.1
2 2043.2 28 Jun 2018 03:52PM UTC 0
Travis Job 2043.2
3 2043.3 28 Jun 2018 03:54PM UTC 0
Travis Job 2043.3
Source Files on build 2043
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2043
  • d9c262a0 on github
  • Prev Build on master (#2012)
  • Next Build on master (#2056)
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

© 2025 Coveralls, Inc