barracuda156 opened a new issue, #39698:
URL: https://github.com/apache/arrow/issues/39698
### Describe the bug, including details regarding any error messages,
version, and platform.
Something got broken:
```
In file included from r_to_arrow.cpp:31:
/opt/local/include/arrow/util/converter.h: In instantiation of
'arrow::Status arrow::internal::MakeConverterImpl<BaseConverter,
ConverterTrait>::Visit(const T&) [with T = arrow::StringViewType; ConverterType
= arrow::r::RPrimitiveConverter<arrow::StringViewType, void>; BaseConverter =
arrow::r::RConverter; ConverterTrait = arrow::r::RConverterTrait]':
/opt/local/include/arrow/visit_type_inline.h:54:5: required from
'arrow::Status arrow::VisitTypeInline(const DataType&, VISITOR*, ARGS&& ...)
[with VISITOR = internal::MakeConverterImpl<r::RConverter, r::RConverterTrait>;
ARGS = {}]'
/opt/local/include/arrow/util/converter.h:265:3: required from
'arrow::Result<std::unique_ptr<_Tp> >
arrow::internal::MakeConverter(std::shared_ptr<arrow::DataType>, typename
BaseConverter::OptionsType, arrow::MemoryPool*) [with BaseConverter =
arrow::r::RConverter; ConverterTrait = arrow::r::RConverterTrait; typename
BaseConverter::OptionsType = arrow::r::RConversionOptions]'
r_to_arrow.cpp:1322:71: required from here
/opt/local/include/arrow/util/converter.h:218:15: error: invalid use of
incomplete type 'class arrow::r::RPrimitiveConverter<arrow::StringViewType,
void>'
218 | out.reset(new ConverterType());
| ^~~~~~~~~~~~~~~~~~~
r_to_arrow.cpp:313:7: note: declaration of 'class
arrow::r::RPrimitiveConverter<arrow::StringViewType, void>'
313 | class RPrimitiveConverter;
| ^~~~~~~~~~~~~~~~~~~
/opt/local/include/arrow/util/converter.h: In instantiation of
'arrow::Status arrow::internal::MakeConverterImpl<BaseConverter,
ConverterTrait>::Visit(const T&) [with T = arrow::BinaryViewType; ConverterType
= arrow::r::RPrimitiveConverter<arrow::BinaryViewType, void>; BaseConverter =
arrow::r::RConverter; ConverterTrait = arrow::r::RConverterTrait]':
/opt/local/include/arrow/visit_type_inline.h:54:5: required from
'arrow::Status arrow::VisitTypeInline(const DataType&, VISITOR*, ARGS&& ...)
[with VISITOR = internal::MakeConverterImpl<r::RConverter, r::RConverterTrait>;
ARGS = {}]'
/opt/local/include/arrow/util/converter.h:265:3: required from
'arrow::Result<std::unique_ptr<_Tp> >
arrow::internal::MakeConverter(std::shared_ptr<arrow::DataType>, typename
BaseConverter::OptionsType, arrow::MemoryPool*) [with BaseConverter =
arrow::r::RConverter; ConverterTrait = arrow::r::RConverterTrait; typename
BaseConverter::OptionsType = arrow::r::RConversionOptions]'
r_to_arrow.cpp:1322:71: required from here
/opt/local/include/arrow/util/converter.h:218:15: error: invalid use of
incomplete type 'class arrow::r::RPrimitiveConverter<arrow::BinaryViewType,
void>'
218 | out.reset(new ConverterType());
| ^~~~~~~~~~~~~~~~~~~
r_to_arrow.cpp:313:7: note: declaration of 'class
arrow::r::RPrimitiveConverter<arrow::BinaryViewType, void>'
313 | class RPrimitiveConverter;
| ^~~~~~~~~~~~~~~~~~~
make: *** [r_to_arrow.o] Error 1
ERROR: compilation failed for package ‘arrow’
```
### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]