WillAyd commented on code in PR #41872:
URL: https://github.com/apache/arrow/pull/41872#discussion_r1620855929
##########
cpp/src/arrow/util/decimal.cc:
##########
@@ -799,7 +800,7 @@ Status Decimal128::ToArrowStatus(DecimalStatus dstatus)
const {
return arrow::ToArrowStatus(dstatus, 128);
}
-std::ostream& operator<<(std::ostream& os, const Decimal128& decimal) {
+ARROW_EXPORT std::ostream& operator<<(std::ostream& os, const Decimal128&
decimal) {
Review Comment:
Or we may be able to change the macro back to using gcc attribute syntax
instead of the C++ attribute (haven't tested - just a thought)
--
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]