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

   Benchmark for [this 
request](https://github.com/apache/datafusion/pull/15591#issuecomment-4334353557)
 failed.
   
   Last 20 lines of output:
   <details><summary>Click to expand</summary>
   
   ```
       |                                 ^^^^^^^ pattern `EmitTo::NextBlock` 
not covered
       |
   note: `EmitTo` defined here
      --> datafusion/expr-common/src/groups_accumulator.rs:25:1
       |
    25 | pub enum EmitTo {
       | ^^^^^^^^^^^^^^^
   ...
    37 |     NextBlock,
       |     --------- not covered
       = note: the matched value is of type `EmitTo`
   help: ensure that all possible cases are being handled by adding a match arm 
with a wildcard pattern or an explicit pattern as shown
       |
   108 ~             EmitTo::First(n) => n,
   109 ~             EmitTo::NextBlock => todo!(),
       |
   
   For more information about this error, try `rustc --explain E0004`.
   error: could not compile `datafusion-functions-aggregate-common` (lib) due 
to 2 previous errors
   warning: build failed, waiting for other jobs to finish...
   ```
   
   </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