Dandandan commented on pull request #9044:
URL: https://github.com/apache/arrow/pull/9044#issuecomment-763024811
@jorgecarleitao I think this PR broke master:
```
--> datafusion/src/physical_plan/parquet.rs:712:25
|
712 | data_buffer.resize(data_buffer.len() + data_size);
| ^^^^^^ ----------------------------- supplied
1 argument
| |
| expected 2 arguments
|
note: associated function defined here
--> rust/arrow/src/buffer.rs:833:12
|
833 | pub fn resize(&mut self, new_len: usize, value: u8) {
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]