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


##########
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:
   Otherwise what you can do is enable `export PYARROW_BUNDLE_CYTHON_CPP=1`. 
CMake will copy the Cython-generated C++ source code into 
`./pyarrow/_parquet.cpp` where you can inspect 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