Skip to content

Commit

Permalink
Revert flake
Browse files Browse the repository at this point in the history
Change-Id: I719cec9ae348d39dc7b0b4224099de7f5e5c17f8
  • Loading branch information
wesm committed Oct 26, 2017
1 parent c57d585 commit 8a170fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/array.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ struct Decimal;
struct ARROW_EXPORT ArrayData {
ArrayData() : length(0) {}

ArrayData(
const std::shared_ptr<DataType>& type, int64_t length,
ArrayData(const std::shared_ptr<DataType>& type, int64_t length,
int64_t null_count = kUnknownNullCount, int64_t offset = 0)
: type(type), length(length), null_count(null_count), offset(offset) {}

Expand Down

0 comments on commit 8a170fa

Please sign in to comment.