wgtmac commented on code in PR #34720:
URL: https://github.com/apache/arrow/pull/34720#discussion_r1148553263
##########
cpp/src/parquet/stream_reader.cc:
##########
@@ -173,6 +174,60 @@ StreamReader& StreamReader::operator>>(std::string& v) {
return *this;
}
+StreamReader& StreamReader::operator>>(::arrow::Decimal128& v) {
Review Comment:
Tried to reuse code and throw if it is null.
--
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]