pitrou commented on code in PR #36073:
URL: https://github.com/apache/arrow/pull/36073#discussion_r1392928419


##########
cpp/src/parquet/arrow/test_util.h:
##########
@@ -65,12 +66,30 @@ struct Decimal256WithPrecisionAndScale {
   static constexpr int32_t scale = PRECISION - 1;
 };
 
+inline void RandomHalfFloatValues(int64_t n, uint32_t seed,

Review Comment:
   Given this is not Arrow-specific, putting it in `parquet/test_util.cc` would 
be fine (should probably also move the declaration then).



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