pitrou commented on code in PR #46426:
URL: https://github.com/apache/arrow/pull/46426#discussion_r2086959221
##########
python/pyarrow/parquet/core.py:
##########
@@ -1020,7 +1019,7 @@ def __init__(self, where, schema, filesystem=None,
sink = where
self._metadata_collector = options.pop('metadata_collector', None)
engine_version = 'V2'
- self.writer = _parquet.ParquetWriter(
+ self.writer = ParquetWriter(
Review Comment:
You can search for "pyarrow.includes.libparquet" in that file and it will
probably tell you what you need to find out.
--
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]