Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Mar 4, 2016
1 parent a565d26 commit 7049314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cpp/src/arrow/table/column-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ TEST_F(TestColumn, BasicAPI) {
}

TEST_F(TestColumn, ChunksInhomogeneous) {

}

} // namespace arrow
2 changes: 1 addition & 1 deletion cpp/src/arrow/table/column.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef std::vector<std::shared_ptr<Array> > ArrayVector;
// large array
class ChunkedArray {
public:
ChunkedArray(const ArrayVector& chunks);
explicit ChunkedArray(const ArrayVector& chunks);

// @returns: the total length of the chunked array; computed on construction
int64_t length() const {
Expand Down

0 comments on commit 7049314

Please sign in to comment.