alamb commented on pull request #334:
URL: https://github.com/apache/arrow-datafusion/pull/334#issuecomment-845489982
🤔 it looks like there is one test failure now:
```
---- physical_plan::window_functions::tests::test_cume_dist_return_type
stdout ----
Error: Plan("The function expected 0 arguments but received 1")
thread 'physical_plan::window_functions::tests::test_cume_dist_return_type'
panicked at 'assertion failed: `(left == right)`
left: `1`,
right: `0`: the test returned a termination value with a non-zero status
code (1) which indicates a failure',
/rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/test/src/lib.rs:193:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- physical_plan::window_functions::tests::test_window_function_from_str
stdout ----
Error: Plan("There is no built-in function named cum_dist")
thread
'physical_plan::window_functions::tests::test_window_function_from_str'
panicked at 'assertion failed: `(left == right)`
left: `1`,
right: `0`: the test returned a termination value with a non-zero status
code (1) which indicates a failure',
/rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/test/src/lib.rs:193:5
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]