dragosmg commented on a change in pull request #11898:
URL: https://github.com/apache/arrow/pull/11898#discussion_r766554435
##########
File path: r/src/array_to_vector.cpp
##########
@@ -920,7 +920,7 @@ class Converter_Decimal : public Converter {
Status Ingest_some_nulls(SEXP data, const std::shared_ptr<arrow::Array>&
array,
R_xlen_t start, R_xlen_t n, size_t chunk_index)
const {
- using DecimalArray = typename TypeTraits<Type>::ArrayType;
+ //using DecimalArray = typename TypeTraits<Type>::ArrayType;
Review comment:
Done!
##########
File path: r/src/array_to_vector.cpp
##########
@@ -920,7 +921,7 @@ class Converter_Decimal : public Converter {
Status Ingest_some_nulls(SEXP data, const std::shared_ptr<arrow::Array>&
array,
R_xlen_t start, R_xlen_t n, size_t chunk_index)
const {
auto p_data = REAL(data) + start;
- const auto& decimals_arr = checked_cast<const
arrow::Decimal128Array&>(*array);
+ const auto& decimals_arr = checked_cast<const
arrow::DecimalArray&>(*array);
Review comment:
Done!
--
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]