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


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

Review Comment:
   Added it. I seem to be getting some other, actual, test failures at the 
moment. Looking into them.



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