lidavidm commented on a change in pull request #11495:
URL: https://github.com/apache/arrow/pull/11495#discussion_r737824360
##########
File path: cpp/src/arrow/scalar.h
##########
@@ -342,7 +342,7 @@ struct ARROW_EXPORT TimestampScalar : public
TemporalScalar<TimestampType> {
};
template <typename T>
-struct ARROW_EXPORT IntervalScalar : public TemporalScalar<T> {
Review comment:
Agreed. I think this is OK as is. It looks like we may end up having to
remove other instances of ARROW_EXPORT later, but things still build as is so
removing these shouldn't hurt things.
--
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]