wgtmac commented on code in PR #43977:
URL: https://github.com/apache/arrow/pull/43977#discussion_r1748559020
##########
cpp/src/parquet/metadata.cc:
##########
@@ -292,8 +328,10 @@ class ColumnChunkMetaData::ColumnChunkMetaDataImpl {
DCHECK(writer_version_ != nullptr);
// If the column statistics don't exist or column sort order is unknown
// we cannot use the column stats
+ auto logical_type = descr_->logical_type();
Review Comment:
See my previous comment. I think we can leave here as is.
--
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]