pitrou commented on PR #35921:
URL: https://github.com/apache/arrow/pull/35921#issuecomment-1578879401

   The CI failure on Windows looks related:
   
https://github.com/apache/arrow/actions/runs/5183549768/jobs/9354274524#step:11:1307
   
   It seems that bundled dependencies are built with the wrong flags? (release 
instead of debug perhaps)
   ```
   orc.lib(TypeImpl.cc.obj) : error LNK2038: mismatch detected for 
'_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in 
unity_26_cxx.cxx.obj
   orc.lib(TypeImpl.cc.obj) : error LNK2038: mismatch detected for 
'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 
'MDd_DynamicDebug' in unity_26_cxx.cxx.obj
   ```


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