fatemehp commented on code in PR #17877:
URL: https://github.com/apache/arrow/pull/17877#discussion_r1088315449
##########
cpp/src/parquet/column_reader.h:
##########
@@ -311,13 +311,14 @@ class PARQUET_EXPORT RecordReader {
static std::shared_ptr<RecordReader> Make(
Review Comment:
Done
##########
cpp/src/parquet/column_reader.h:
##########
@@ -367,6 +368,7 @@ class PARQUET_EXPORT RecordReader {
uint8_t* values() const { return values_->mutable_data(); }
/// \brief Number of values written including nulls (if any)
+ /// If read_dense_for_nullable_ is true this will not include nulls.
Review Comment:
Done.
--
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]