andygrove commented on PR #782:
URL: https://github.com/apache/datafusion-comet/pull/782#issuecomment-2269819481

   Build fails with:
   
   ```
   error[E0432]: unresolved imports 
`datafusion::physical_expr::expressions::Max`, 
`datafusion::physical_expr::expressions::Min`
     --> core/src/execution/datafusion/planner.rs:36:43
      |
   36 |             Literal as DataFusionLiteral, Max, Min, NotExpr,
      |                                           ^^^  ^^^ no `Min` in 
`expressions`
      |                                           |
      |                                           no `Max` in `expressions`
   ```
   
   Looks like we need to update Min and Max as we have done recently for Sum 
and Count (@huaxingao just fyi)


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