alamb commented on pull request #9269:
URL: https://github.com/apache/arrow/pull/9269#issuecomment-763047240


   For anyone else following along, the error this PR fixes looks like the 
following (from https://github.com/apache/arrow/runs/1729540155):
   
   ```
     Compiling arrow-flight v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/arrow-flight)
      Compiling tonic v0.3.1
      Compiling datafusion v3.0.0-SNAPSHOT (/__w/arrow/arrow/rust/datafusion)
   error[E0061]: this function takes 2 arguments but 1 argument was supplied
      --> datafusion/src/physical_plan/parquet.rs:712:25
       |
   712 |             data_buffer.resize(data_buffer.len() + data_size);
       |                         ^^^^^^ ----------------------------- supplied 
1 argument
       |                         |
       |                         expected 2 arguments
   
   error: aborting due to previous error
   ```
   


----------------------------------------------------------------
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]


Reply via email to