Skip to content

Commit ebf0507

Browse files
maxhorawesm
authored andcommitted
PARQUET-679: Local Windows build and Appveyor support
Author: Max Risuhin <risuhin.max@gmail.com> Closes apache#313 from MaxRis/PARQUET-679 and squashes the following commits: c5c4a8c [Max Risuhin] PARQUET-679: Local Windows build and Appveyor support Change-Id: I6ca8937537e035bce8b9c83fb811ea6d58c6d3f0
1 parent 3e15021 commit ebf0507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/tools/parquet/parquet-scan.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main(int argc, char** argv) {
7171
}
7272
}
7373

74-
int64_t total_rows[num_columns];
74+
std::vector<int64_t> total_rows(num_columns);
7575

7676
for (int r = 0; r < reader->metadata()->num_row_groups(); ++r) {
7777
auto group_reader = reader->RowGroup(r);

0 commit comments

Comments
 (0)