pitrou commented on code in PR #44739: URL: https://github.com/apache/arrow/pull/44739#discussion_r2182065230
########## cpp/src/parquet/stream_writer.cc: ########## @@ -183,6 +187,28 @@ StreamWriter& StreamWriter::WriteFixedLength(const char* data_ptr, std::size_t d return *this; } +StreamWriter& StreamWriter::WriteRawDataVariableLength(const uint8_t* data_ptr, Review Comment: No, it's ok. We want to maintain public API stability as far as reasonably possible, but protected/private APIs are out of it. (and we don't have ABI stability at all) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org