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

apache / parquet-cpp / 1300

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2017 04:28PM UTC
Jobs 2
Files 1228
Run time 2min
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
1300

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%)

150126.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1300.1 02 Apr 2017 04:28PM UTC 0
88.25
Travis Job 1300.1
2 1300.2 02 Apr 2017 04:30PM UTC 0
88.25
Travis Job 1300.2
Source Files on build 1300
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1300
  • a5bcc38a on github
  • Prev Build on master (#1299)
  • Next Build on master (#1303)
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