Liya Fan created ARROW-9797:
-------------------------------
Summary: [Rust] AMD64 Conda Integration Tests is failing for the
Master branch
Key: ARROW-9797
URL: https://issues.apache.org/jira/browse/ARROW-9797
Project: Apache Arrow
Issue Type: Bug
Components: Rust
Reporter: Liya Fan
The integration tests is failing:
{noformat}
error[E0061]: this function takes 2 arguments but 3 arguments were supplied
--> datafusion/src/optimizer/filter_push_down.rs:373:22
|
373 | vec![aggregate_expr("SUM", col("b"), DataType::Int32)
| ^^^^^^^^^^^^^^ ----- -------- --------------- supplied 3 arguments
| |
| expected 2 arguments
|
::: datafusion/src/logicalplan.rs:667:1
|
667 | pub fn aggregate_expr(name: &str, expr: Expr) -> Expr {
| ----------------------------------------------------- defined here
{noformat}
Rust folks, please take a look.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)