js8544 commented on code in PR #33608:
URL: https://github.com/apache/arrow/pull/33608#discussion_r1068382787
##########
cpp/src/arrow/visit_array_inline.h:
##########
@@ -27,11 +27,14 @@ namespace arrow {
case TYPE_CLASS##Type::type_id:
\
return visitor->Visit(
\
internal::checked_cast<const typename
TypeTraits<TYPE_CLASS##Type>::ArrayType&>( \
- array));
+ array),
\
+ args...);
Review Comment:
Definitely! Changed to std::forward
--
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]