Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Sep 27, 2019
1 parent aa34095 commit 0e09ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r/src/parquet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadTable2(
}

// [[arrow::export]]
void parquet___arrow___WriteTable(const std::shared_ptr<arrow::Table>& table, const std::shared_ptr<arrow::io::OutputStream>& sink) {
void parquet___arrow___WriteTable(const std::shared_ptr<arrow::Table>& table,
const std::shared_ptr<arrow::io::OutputStream>& sink) {
PARQUET_THROW_NOT_OK(parquet::arrow::WriteTable(*table, arrow::default_memory_pool(),
sink, table->num_rows()));
}
Expand Down

0 comments on commit 0e09ac8

Please sign in to comment.