pitrou commented on code in PR #46426:
URL: https://github.com/apache/arrow/pull/46426#discussion_r2086937648


##########
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:
   Perhaps try to clean any leftovers first? Something like `git clean -Xfd .` 
(be careful with it)



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