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

apache / parquet-cpp / 2094

Build:
DEFAULT BRANCH: master
Ran 30 Jul 2018 12:19AM 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
2094

push

travis-ci

wesm
PARQUET-1360: Use conforming API style, variable names in WriteFileMetaData functions

Per comments in PARQUET-1348. I also upgraded clang-format to 6.0 here so pardon the diff noise from that.

To summarize the style points:

* Don't pass `const std:shared_ptr<T>&` if `const T&` will do
* Don't pass `const std::shared_ptr<T>&` if `T*` will do
* I prefer to only use class static function members for alternate constructors
* Out arguments after in arguments
* `lower_with_underscores` for variable names

Author: Wes McKinney <wesm+git@apache.org>

Closes #482 from wesm/PARQUET-1360 and squashes the following commits:

375a442 [Wes McKinney] API conformity and changes per review comments in ARROW-1348
Jobs
ID Job ID Ran Files Coverage
1 2094.1 30 Jul 2018 12:19AM UTC 0
Travis Job 2094.1
2 2094.2 30 Jul 2018 12:21AM UTC 0
Travis Job 2094.2
3 2094.3 30 Jul 2018 12:22AM UTC 0
Travis Job 2094.3
Source Files on build 2094
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2094
  • 853abb96 on github
  • Prev Build on master (#2088)
  • Next Build on master (#2095)
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