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

   Benchmark for [this 
request](https://github.com/apache/datafusion/pull/25338#issuecomment-5732214543)
 failed before finishing (Kubernetes reason: `BackoffLimitExceeded`).
   
   Benchmarks requested: `projection_subquery`
   
   <details><summary>Runner log (last 40 lines)</summary>
   
   ```
      Compiling datafusion-functions-aggregate-common v55.1.0 
(/workspace/datafusion-branch/datafusion/functions-aggregate-common)
      Compiling datafusion-expr v55.1.0 
(/workspace/datafusion-branch/datafusion/expr)
      Compiling datafusion-physical-expr v55.1.0 
(/workspace/datafusion-branch/datafusion/physical-expr)
      Compiling datafusion-execution v55.1.0 
(/workspace/datafusion-branch/datafusion/execution)
      Compiling datafusion-functions v55.1.0 
(/workspace/datafusion-branch/datafusion/functions)
      Compiling datafusion-functions-aggregate v55.1.0 
(/workspace/datafusion-branch/datafusion/functions-aggregate)
      Compiling datafusion-functions-window v55.1.0 
(/workspace/datafusion-branch/datafusion/functions-window)
      Compiling datafusion-optimizer v55.1.0 
(/workspace/datafusion-branch/datafusion/optimizer)
   error[E0061]: this function takes 4 arguments but 3 arguments were supplied
      --> datafusion/optimizer/src/decorrelate_predicate_subquery.rs:628:12
       |
   628 |         && join_keys_may_be_null(&join_filter, left.schema(), 
sub_query_alias.schema())?
       |            ^^^^^^^^^^^^^^^^^^^^^               ------------- argument 
#2 of type `Option<&datafusion_expr::Expr>` is missing
       |
   note: expected `&[(Expr, Expr)]`, found `&Expr`
      --> datafusion/optimizer/src/decorrelate_predicate_subquery.rs:628:34
       |
   628 |         && join_keys_may_be_null(&join_filter, left.schema(), 
sub_query_alias.schema())?
       |                                  ^^^^^^^^^^^^
       = note: expected reference `&[(datafusion_expr::Expr, 
datafusion_expr::Expr)]`
                  found reference `&datafusion_expr::Expr`
   note: function defined here
      --> datafusion/optimizer/src/decorrelate_predicate_subquery.rs:496:4
       |
   496 | fn join_keys_may_be_null(
       |    ^^^^^^^^^^^^^^^^^^^^^
   497 |     equijoin_keys: &[(Expr, Expr)],
       |     ------------------------------
   498 |     residual: Option<&Expr>,
       |     -----------------------
   help: provide the argument
       |
   628 -         && join_keys_may_be_null(&join_filter, left.schema(), 
sub_query_alias.schema())?
   628 +         && join_keys_may_be_null(/* &[(datafusion_expr::Expr, 
datafusion_expr::Expr)] */, /* Option<&datafusion_expr::Expr> */, 
sub_query_alias.schema(), left.schema())?
       |
   
   For more information about this error, try `rustc --explain E0061`.
   error: could not compile `datafusion-optimizer` (lib) due to 1 previous error
   warning: build failed, waiting for other jobs to finish...
   ```
   
   </details>
   
   <details><summary>Kubernetes message</summary>
   
   ```
   Job has reached the specified backoff limit
   ```
   
   </details>
   
   ---
   [File an issue](https://github.com/adriangb/datafusion-benchmarking/issues) 
against this benchmark runner


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