wjones127 commented on code in PR #35453:
URL: https://github.com/apache/arrow/pull/35453#discussion_r1190491683
##########
python/pyarrow/_parquet.pxd:
##########
@@ -502,8 +509,8 @@ cdef extern from "parquet/arrow/schema.h" namespace
"parquet::arrow" nogil:
CStatus ToParquetSchema(
const CSchema* arrow_schema,
- const ArrowReaderProperties& properties,
- const shared_ptr[const CKeyValueMetadata]& key_value_metadata,
+ const WriterProperties& properties,
+ const ArrowWriterProperties& arrow_properties,
Review Comment:
This declaration was never used and was out of date.
--
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]