rok commented on code in PR #44070:
URL: https://github.com/apache/arrow/pull/44070#discussion_r1756565624
##########
cpp/src/arrow/extension/json.h:
##########
@@ -27,6 +27,11 @@
namespace arrow::extension {
+class ARROW_EXPORT JsonArray : public ExtensionArray {
+ public:
+ using ExtensionArray::ExtensionArray;
+};
Review Comment:
Indeed it is not. Removed.
--
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]