mapleFU commented on PR #41580:
URL: https://github.com/apache/arrow/pull/41580#issuecomment-2267297610

   Would check CPython build
   
   ```
    Error compiling Cython file:
     ------------------------------------------------------------
     ...
             return self.metadata.GetColumnIndexLocation().has_value()
   
         @property
         def metadata(self):
             """Additional metadata as key value pairs (dict[bytes, bytes])."""
             wrapped = pyarrow_wrap_metadata(self.metadata.key_value_metadata())
                       ^
     ------------------------------------------------------------
   
     pyarrow/_parquet.pyx:514:18: undeclared name not builtin: 
pyarrow_wrap_metadata
   
     Error compiling Cython file:
     ------------------------------------------------------------
     ...
             return self.metadata.GetColumnIndexLocation().has_value()
   
         @property
         def metadata(self):
             """Additional metadata as key value pairs (dict[bytes, bytes])."""
             wrapped = pyarrow_wrap_metadata(self.metadata.key_value_metadata())
                                                                             ^
     ------------------------------------------------------------
   
     pyarrow/_parquet.pyx:514:72: Cannot convert 'shared_ptr[const 
CKeyValueMetadata]' to Python object
     [17/136] Compiling Cython CXX source for _dataset...
     performance hint: pyarrow/_dataset.pyx:1947:35: Exception check after 
calling 'GetResultValue[shared_ptr[CRandomAccessFile]]' will always require the 
GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRandomAccessFile]]' as 
'noexcept' if you control the definition and you're sure you don't want the 
function to raise exceptions.
     performance hint: pyarrow/_dataset.pyx:3343:41: Exception check after 
calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL 
to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 
'noexcept' if you control the definition and you're sure you don't want the 
function to raise exceptions.
     performance hint: pyarrow/_dataset.pyx:3387:34: Exception check after 
calling 'GetResultValue[CTaggedRecordBatch]' will always require the GIL to be 
acquired. Declare 'GetResultValue[CTaggedRecordBatch]' as 'noexcept' if you 
control the definition and you're sure you don't want the function to raise 
exceptions.
     performance hint: pyarrow/_dataset.pyx:3784:42: Exception check after 
calling 'GetResultValue[CTaggedRecordBatchIterator]' will always require the 
GIL to be acquired. Declare 'GetResultValue[CTaggedRecordBatchIterator]' as 
'noexcept' if you control the definition and you're sure you don't want the 
function to raise exceptions.
     [18/136] Building CXX object 
CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/datetime.cc.o
   ```


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