thisisnic commented on code in PR #48634: URL: https://github.com/apache/arrow/pull/48634#discussion_r2642339573
########## r/src/altrep.cpp: ########## @@ -197,6 +194,7 @@ struct AltrepVectorPrimitive : public AltrepVectorBase<AltrepVectorPrimitive<sex // singleton altrep class description static R_altrep_class_t class_t; + static const char* class_name; Review Comment: This felt like slightly weird/redundant weird way to get this information but didn't see any alternative approach. -- 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]
