lidavidm commented on a change in pull request #11495:
URL: https://github.com/apache/arrow/pull/11495#discussion_r736059831



##########
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:
       I suppose it could also be that some get inlined and so no references 
end up in the object file. Regardless, it appears to compile and work, so my 
only worry is that it may be brittle down the line.




-- 
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]


Reply via email to