raulcd commented on code in PR #46426:
URL: https://github.com/apache/arrow/pull/46426#discussion_r2087128990
##########
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:
Thanks @pitrou debugging the `_parquet.cpp` file gave me an idea and I found
some non purely header definitions that made the import to fail. That issue has
been solved, I'll continue fixing some other minor things and will mark the PR
ready for review once all issues are fixed. Thanks again!
--
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]