adriangbot commented on PR #20944:
URL: https://github.com/apache/datafusion/pull/20944#issuecomment-4073226233

   Benchmark for [this 
request](https://github.com/apache/datafusion/pull/20944#issuecomment-4073207771)
 failed.
   
   Last 20 lines of output:
   <details><summary>Click to expand</summary>
   
   ```
        |
    654 |             let result = build_batch_empty_build_side(
        |                          ---------------------------- arguments to 
this function are incorrect
    655 |                 &self.schema,
    656 |                 &build_side.left_data.batch(),
        |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&Schema`, 
found `&RecordBatch`
        |
        = note: expected reference `&arrow_schema::Schema`
                   found reference `&arrow::array::RecordBatch`
   note: function defined here
       --> datafusion/physical-plan/src/joins/utils.rs:1138:15
        |
   1138 | pub(crate) fn build_batch_empty_build_side(
        |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   1139 |     schema: &Schema,
   1140 |     left_schema: &Schema,
        |     --------------------
   
   For more information about this error, try `rustc --explain E0308`.
   error: could not compile `datafusion-physical-plan` (lib) due to 1 previous 
error
   ```
   
   </details>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to