alamb commented on code in PR #8159:
URL: https://github.com/apache/arrow-rs/pull/8159#discussion_r2492150730
##########
parquet/src/arrow/push_decoder/mod.rs:
##########
@@ -122,15 +134,8 @@ impl ParquetPushDecoderBuilder {
/// [`ParquetMetadataDecoder`]:
crate::file::metadata::ParquetMetaDataPushDecoder
///
/// See example on [`ParquetPushDecoderBuilder`]
- pub fn try_new_decoder(
- file_len: u64,
- parquet_metadata: Arc<ParquetMetaData>,
- ) -> Result<Self, ParquetError> {
- Self::try_new_decoder_with_options(
- file_len,
- parquet_metadata,
- ArrowReaderOptions::default(),
- )
+ pub fn try_new_decoder(parquet_metadata: Arc<ParquetMetaData>) ->
Result<Self, ParquetError> {
Review Comment:
This function was introduced in
- https://github.com/apache/arrow-rs/pull/7997
Which has not been release yet -- and thus this is not a breaking API
change. Likewise for the changes to `ParquetPushDecoderBuilder`
--
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]