We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6385ae commit 5fdc785Copy full SHA for 5fdc785
parquet/src/arrow/push_decoder/mod.rs
@@ -252,7 +252,6 @@ impl ParquetPushDecoder {
252
/// }
253
254
255
- ///
256
///```
257
pub fn try_decode(&mut self) -> Result<DecodeResult<RecordBatch>, ParquetError> {
258
let current_state = std::mem::replace(&mut self.state, ParquetDecoderState::Finished);
0 commit comments