ClifHouck commented on code in PR #40957:
URL: https://github.com/apache/arrow/pull/40957#discussion_r1578248365


##########
cpp/src/parquet/encoding.h:
##########
@@ -466,4 +467,9 @@ std::unique_ptr<typename EncodingTraits<DType>::Decoder> 
MakeTypedDecoder(
   return std::unique_ptr<OutType>(dynamic_cast<OutType*>(base.release()));
 }
 
+PARQUET_EXPORT

Review Comment:
   https://github.com/apache/arrow/pull/40957#discussion_r1548864840 suggested 
fix for windows CI issue. Seems to have worked.



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