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

apache / parquet-cpp / 1300 / 1

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2017 04:28PM UTC
Files 1228
Run time 48s
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 04:11PM UTC coverage: 88.249%. Remained the same
1300.1

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

75060.93 hits per line

Source Files on job 1300.1
  • Tree
  • List 0
  • Changed 22
  • Source Changed 15
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1300
  • Travis Job 1300.1
  • a5bcc38a on github
  • Prev Job for on master (#1299.1)
  • Next Job for on master (#1303.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