Skip to content

Commit

Permalink
[Cpp] Remove logs (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Nov 8, 2023
1 parent a91c788 commit 2038b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/common/arrow_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Result<std::shared_ptr<parquet::arrow::FileReader>> MakeArrowFileReader(std::sha
Result<std::shared_ptr<arrow::RecordBatchReader>> MakeArrowRecordBatchReader(
std::shared_ptr<parquet::arrow::FileReader> reader, std::shared_ptr<ReadOptions> options) {
auto metadata = reader->parquet_reader()->metadata();
LOG_STORAGE_INFO_ << "metadata for record: " << metadata->schema()->ToString();
std::vector<int> row_group_indices;
std::vector<int> column_indices;

Expand Down

0 comments on commit 2038b71

Please sign in to comment.