jorisvandenbossche commented on PR #39980: URL: https://github.com/apache/arrow/pull/39980#issuecomment-1968691491
Appveyor seems to be an actual related failure now. ``` lib.cpp.obj : error LNK2019: unresolved external symbol "class arrow::Result<class std::shared_ptr<class arrow::MemoryManager> > __cdecl arrow::DefaultDeviceMapper(int,__int64)" (?DefaultDeviceMapper@arrow@@YA?AV?$Result@V?$shared_ptr@VMemoryManager@arrow@@@std@@@1@H_J@Z) referenced in function "struct _object * __cdecl __pyx_pf_7pyarrow_3lib_11RecordBatch_48_import_from_c_device(struct _object *,struct _object *)" (?__pyx_pf_7pyarrow_3lib_11Re ``` So it complains about not knowing `DefaultDeviceMapper` ( which I added as default argument value on the C++ side, but didn't add this to the signature on the cython side). @pitrou do you know of such issue with windows that you can't leave out arguments with defaults on the cython side? -- 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]
