emkornfield commented on code in PR #13275:
URL: https://github.com/apache/arrow/pull/13275#discussion_r890880747
##########
cpp/src/parquet/column_reader.cc:
##########
@@ -223,14 +223,15 @@ EncodedStatistics ExtractStatsFromHeader(const H& header)
{
class SerializedPageReader : public PageReader {
public:
SerializedPageReader(std::shared_ptr<ArrowInputStream> stream, int64_t
total_num_rows,
- Compression::type codec, ::arrow::MemoryPool* pool,
+ Compression::type codec, const ReaderProperties&
properties,
Review Comment:
is properties a movable type? should we pass by value and move?
--
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]