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

apache / parquet-cpp / 1297 / 1

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2017 12:35PM UTC
Files 1226
Run time 49s
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

02 Apr 2017 12:18PM UTC coverage: 88.249%. Remained the same
1297.1

push

travis-ci

xhochy
PARQUET-940: Fix a bug that Arrow libraries may not be found

If we find Arrow by pkg-config and Arrow is installed into system
directory such as /usr, Arrow libraries can't be found. Because
pkg-config omits system directory from ARROW_LIBRARY_DIRS. In this case,
ARROW_LIBS is empty then Arrow libraries aren't found.

We should use ARROW_LIB_DIR (= $(pkg-config arrow --variable=libdir)
instead of ARROW_LIBRARY_DIRS. It always returns directory that has
Arrow libraries.

Author: Kouhei Sutou <kou@clear-code.com>

Closes #286 from kou/fix-arrow-lib-dir-detection and squashes the following commits:

2d54baf [Kouhei Sutou] Fix a bug that Arrow libraries may not be found

12339 of 13982 relevant lines covered (88.25%)

75075.42 hits per line

Source Files on job 1297.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1297
  • Travis Job 1297.1
  • 879feb2e on github
  • Prev Job for on master (#1295.1)
  • Next Job for on master (#1298.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