emkornfield commented on code in PR #14523: URL: https://github.com/apache/arrow/pull/14523#discussion_r1006108161
########## cpp/src/parquet/column_reader.cc: ########## @@ -1138,6 +1146,14 @@ int64_t TypedColumnReaderImpl<DType>::ReadBatchSpaced( return total_values; } +template <typename DType> Review Comment: If so, should we close the other one? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
