You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/17 02:54:23 UTC

[GitHub] [arrow] wesm commented on pull request #7462: ARROW-7068: [C++] Add ListArray::offsets and LargeListArray::offsets returning boxed version of offsets as Int32Array/Int64Array

wesm commented on pull request #7462:
URL: https://github.com/apache/arrow/pull/7462#issuecomment-645116463


   I'm a bit stumped on the MinGW failure
   
   ```
   [ 64%] Linking CXX executable ../../release/arrow-array-test.exe
   C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: CMakeFiles/arrow-array-test.dir/objects.a(unity_0_cxx.cxx.obj):unity_0_cxx.cxx:(.text$_ZN5arrow13TestListArrayINS_8ListTypeEE22ValidateBasicListArrayEPKNS_9ListArrayERKSt6vectorIsSaIsEERKS6_IhSaIhEE[__ZN5arrow13TestListArrayINS_8ListTypeEE22ValidateBasicListArrayEPKNS_9ListArrayERKSt6vectorIsSaIsEERKS6_IhSaIhEE]+0x803): undefined reference to `_imp___ZN5arrow6detail9CTypeImplINS_9Int32TypeENS_11IntegerTypeELNS_4Type4typeE7EiE7type_idE'
   C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: CMakeFiles/arrow-array-test.dir/objects.a(unity_0_cxx.cxx.obj):unity_0_cxx.cxx:(.text$_ZN5arrow13TestListArrayINS_13LargeListTypeEE22ValidateBasicListArrayEPKNS_14LargeListArrayERKSt6vectorIsSaIsEERKS6_IhSaIhEE[__ZN5arrow13TestListArrayINS_13LargeListTypeEE22ValidateBasicListArrayEPKNS_14LargeListArrayERKSt6vectorIsSaIsEERKS6_IhSaIhEE]+0x83c): undefined reference to `_imp___ZN5arrow6detail9CTypeImplINS_9Int64TypeENS_11IntegerTypeELNS_4Type4typeE9ExE7type_idE'
   collect2.exe: error: ld returned 1 exit status
   make[2]: *** [src/arrow/CMakeFiles/arrow-array-test.dir/build.make:118: release/arrow-array-test.exe] Error 1
   make[1]: *** [CMakeFiles/Makefile2:1680: src/arrow/CMakeFiles/arrow-array-test.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   ```
   
   I'm reimplementing the methods in a way that hopefully won't trigger this mess.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org