You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/04/14 19:08:55 UTC

[GitHub] [arrow] paleolimbot opened a new issue, #35143: [R][C++] Fixed shape tensor causes broken build on OSX

paleolimbot opened a new issue, #35143:
URL: https://github.com/apache/arrow/issues/35143

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   https://github.com/ursacomputing/crossbow/actions/runs/4697955246/jobs/8330105114#step:13:6683
   
   ```
   /Users/voltrondata/tmp/hbtmp/apache-arrow-20230414-81534-1kxxt58/cpp/src/arrow/extension/fixed_shape_tensor.cc:271:15: error: no member named 'reinterpret_pointer_cast' in namespace 'std'
     return std::reinterpret_pointer_cast<FixedShapeTensorArray>(ext_arr);
            ~~~~~^
   /Users/voltrondata/tmp/hbtmp/apache-arrow-20230414-81534-1kxxt58/cpp/src/arrow/extension/fixed_shape_tensor.cc:271:40: error: 'FixedShapeTensorArray' does not refer to a value
     return std::reinterpret_pointer_cast<FixedShapeTensorArray>(ext_arr);
                                          ^
   /Users/voltrondata/tmp/hbtmp/apache-arrow-20230414-81534-1kxxt58/cpp/src/arrow/extension/fixed_shape_tensor.h:23:20: note: declared here
   class ARROW_EXPORT FixedShapeTensorArray : public ExtensionArray {
                      ^
   ```
   
   ### Component(s)
   
   R


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] paleolimbot closed issue #35143: [R][C++] Fixed shape tensor causes broken build on OSX

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #35143: [R][C++] Fixed shape tensor causes broken build on OSX
URL: https://github.com/apache/arrow/issues/35143


-- 
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: issues-unsubscribe@arrow.apache.org

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