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

wesm / parquet-cpp / 564
88%

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2017 07:18PM UTC
Jobs 2
Files 1228
Run time 1min
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
564

push

travis-ci

wesm
PARQUET-943: Fix build error on x86

"L" is small on x86:

    src/parquet/arrow/reader.cc:52:55: warning: integer overflow in expression [-Woverflow]
    constexpr int64_t kNanosecondsInADay = 86400L * 1000L * 1000L * 1000L;
                                                          ^
    src/parquet/arrow/reader.cc:52:65: error: overflow in constant expression [-fpermissive]
    constexpr int64_t kNanosecondsInADay = 86400L * 1000L * 1000L * 1000L;
                                                                    ^
    src/parquet/arrow/reader.cc: In function 'int64_t parquet::arrow::impala_timestamp_to_nanoseconds(const parquet::Int96&)':
    src/parquet/arrow/reader.cc:58:1: warning: control reaches end of non-void function [-Wreturn-type]
    }
    ^

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

Closes #289 from kou/fix-build-error-on-x86 and squashes the following commits:

055e226 [Kouhei Sutou] Fix build error on x86

12339 of 13982 relevant lines covered (88.25%)

150156.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 564.1 02 Apr 2017 07:18PM UTC 0
88.25
Travis Job 564.1
2 564.2 02 Apr 2017 07:18PM UTC 0
88.25
Travis Job 564.2
Source Files on build 564
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #564
  • a5bcc38a on github
  • Prev Build on master (#563)
  • Next Build on master (#576)
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