pulkomandy commented on code in PR #44739:
URL: https://github.com/apache/arrow/pull/44739#discussion_r2182314036
##########
cpp/src/parquet/stream_writer.h:
##########
@@ -151,6 +151,23 @@ class PARQUET_EXPORT StreamWriter {
StreamWriter& operator<<(const std::string& v);
StreamWriter& operator<<(::std::string_view v);
+ /// \brief Helper class to write variable length raw data.
Review Comment:
Changed to a span instead of a string_view to avoid a build error now.
--
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]