-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: C++Component: RPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug
Milestone
Description
Describe the bug, including details regarding any error messages, version, and platform.
/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
Metadata
Metadata
Assignees
Labels
Component: C++Component: RPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug