We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d850c50 commit 4862a14Copy full SHA for 4862a14
cpp/src/arrow/dataset/file_parquet.cc
@@ -21,7 +21,6 @@
21
#include <mutex>
22
#include <unordered_map>
23
#include <unordered_set>
24
-#include <iostream>
25
#include <utility>
26
#include <vector>
27
@@ -677,7 +676,6 @@ struct SlicingGenerator {
677
676
Result<RecordBatchGenerator> ParquetFileFormat::ScanBatchesAsync(
678
const std::shared_ptr<ScanOptions>& options,
679
const std::shared_ptr<FileFragment>& file) const {
680
- std::cout << "[DEBUG] got here..." << std::endl;
681
auto parquet_fragment = checked_pointer_cast<ParquetFileFragment>(file);
682
std::vector<int> row_groups;
683
bool pre_filtered = false;
0 commit comments