You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/26 19:26:27 UTC

[GitHub] [arrow] emkornfield commented on a diff in pull request #14523: PARQUET-2206: [parquet-cpp] Microbenchmark for ColumnReadaer ReadBatch and Skip

emkornfield commented on code in PR #14523:
URL: https://github.com/apache/arrow/pull/14523#discussion_r1006104486


##########
cpp/src/parquet/column_reader.cc:
##########
@@ -1138,6 +1146,14 @@ int64_t TypedColumnReaderImpl<DType>::ReadBatchSpaced(
   return total_values;
 }
 
+template <typename DType>

Review Comment:
   is this replicating the change from the other PR?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org