Skip to content

Commit 4862a14

Browse files
remove debug prints
1 parent d850c50 commit 4862a14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/src/arrow/dataset/file_parquet.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <mutex>
2222
#include <unordered_map>
2323
#include <unordered_set>
24-
#include <iostream>
2524
#include <utility>
2625
#include <vector>
2726

@@ -677,7 +676,6 @@ struct SlicingGenerator {
677676
Result<RecordBatchGenerator> ParquetFileFormat::ScanBatchesAsync(
678677
const std::shared_ptr<ScanOptions>& options,
679678
const std::shared_ptr<FileFragment>& file) const {
680-
std::cout << "[DEBUG] got here..." << std::endl;
681679
auto parquet_fragment = checked_pointer_cast<ParquetFileFragment>(file);
682680
std::vector<int> row_groups;
683681
bool pre_filtered = false;

0 commit comments

Comments
 (0)