krlmlr commented on PR #733:
URL: https://github.com/apache/arrow-adbc/pull/733#issuecomment-1581240014

   To replicate:
   
   ```sh
   R CMD build arrow-nanoarrow/r
   R CMD INSTALL nanoarrow_0.1.0.9000.tar.gz
   # ...
   # ** using staged installation
   # Fetched bundled nanoarrow from 
https://github.com/apache/arrow-nanoarrow/tree/main/dist
   # ** libs
   # ccache clang -Wno-everything -w 
-I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" 
-DNDEBUG   -I/opt/homebrew/include   -fPIC  -falign-functions=64 -Wall -g -O2  
-c convert_array.c -o convert_array.o
   # array.c:389:52: error: no member named 'buffer_data_type' in 'struct 
ArrowLayout'; did you mean 'buffer_type'?
   #                                 array_view->layout.buffer_data_type[i],
   #                                                    ^~~~~~~~~~~~~~~~
   #                                                    buffer_type
   # ./nanoarrow.h:585:24: note: 'buffer_type' declared here
   #   enum ArrowBufferType buffer_type[3];
   #                        ^
   # 1 error generated.
   ```
   
   


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to