mapleFU commented on code in PR #41580:
URL: https://github.com/apache/arrow/pull/41580#discussion_r1597892191


##########
cpp/src/parquet/column_writer.cc:
##########
@@ -1405,6 +1405,10 @@ class TypedColumnWriterImpl : public ColumnWriterImpl, 
public TypedColumnWriter<
     return pages_change_on_record_boundaries_;
   }
 
+  KeyValueMetadata& key_value_metadata() override {
+    return metadata_->key_value_metadata();

Review Comment:
   Should we also check `!close_` here?



-- 
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]

Reply via email to