Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 22, 2023
1 parent 53366ef commit 6d76b2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions cpp/examples/tutorial_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ add_executable(compute_example compute_example.cc)
target_link_libraries(compute_example PRIVATE Arrow::arrow_shared)

add_executable(dataset_example dataset_example.cc)
target_link_libraries(dataset_example PRIVATE Arrow::arrow_shared Parquet::parquet_shared
ArrowAcero::arrow_acero_shared
ArrowDataset::arrow_dataset_shared)
target_link_libraries(dataset_example
PRIVATE Arrow::arrow_shared Parquet::parquet_shared
ArrowAcero::arrow_acero_shared
ArrowDataset::arrow_dataset_shared)
2 changes: 1 addition & 1 deletion cpp/examples/tutorial_examples/dataset_example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include <parquet/arrow/reader.h>
#include <parquet/arrow/writer.h>

#include <iostream>
#include <unistd.h>
#include <iostream>
// (Doc section: Includes)

// (Doc section: Helper Functions)
Expand Down

0 comments on commit 6d76b2d

Please sign in to comment.