jorisvandenbossche commented on PR #40418:
URL: https://github.com/apache/arrow/pull/40418#issuecomment-1989453066

   ```
   
C:\Python310\Lib\site-packages\numpy\_core\include\numpy\ndarraytypes.h(1250,38):
 warning C4200: nonstandard extension used: zero-sized array in struct/union 
[C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj]
   
C:\Python310\Lib\site-packages\numpy\_core\include\numpy\ndarraytypes.h(1250,38):
 message : This member will be ignored by a defaulted constructor or copy/move 
assignment operator 
[C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj]
   C:\arrow\python\pyarrow\src\arrow\python\arrow_to_pandas.cc(259,56): error 
C3861: 'PyDataType_C_METADATA': identifier not found 
[C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj]
   C:\arrow\python\pyarrow\src\arrow\python\arrow_to_pandas.cc(280,24): error 
C3861: 'PyDataType_ELSIZE': identifier not found 
[C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj]
   ```
   
   I don't know if the warning is relevant (it does seem to be for a line that 
is not related to this)


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