pitrou commented on code in PR #13665:
URL: https://github.com/apache/arrow/pull/13665#discussion_r928145317
##########
cpp/src/parquet/column_reader.h:
##########
@@ -105,11 +105,13 @@ class PARQUET_EXPORT PageReader {
static std::unique_ptr<PageReader> Open(
std::shared_ptr<ArrowInputStream> stream, int64_t total_num_rows,
- Compression::type codec, ::arrow::MemoryPool* pool =
::arrow::default_memory_pool(),
+ Compression::type codec, bool compression_always_true = false,
Review Comment:
Call this `always_compressed` or something?
--
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]