alamb commented on PR #25403:
URL: https://github.com/apache/datafusion/pull/25403#issuecomment-5717717985
I checked it all the way back to 52:
```shell
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$
~/Software/datafusion-cli/datafusion-cli-54.0.0 -f
/Users/andrewlamb/Downloads/foo.sql
DataFusion CLI v54.0.0
0 row(s) fetched.
Elapsed 0.007 seconds.
thread 'tokio-rt-worker' (17697794) panicked at
datafusion/functions-aggregate/src/average.rs:827:9:
assertion `left == right` failed: single argument to update_batch
left: 2
right: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Join Error
caused by
External error: task 42 panicked with message "assertion `left == right`
failed: single argument to update_batch\n left: 2\n right: 1"
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$
~/Software/datafusion-cli/datafusion-cli-53.0.0 -f
/Users/andrewlamb/Downloads/foo.sql
DataFusion CLI v53.0.0
0 row(s) fetched.
Elapsed 0.007 seconds.
thread 'tokio-rt-worker' (17697933) panicked at
datafusion/functions-aggregate/src/average.rs:812:9:
assertion `left == right` failed: single argument to update_batch
left: 2
right: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Join Error
caused by
External error: task 42 panicked with message "assertion `left == right`
failed: single argument to update_batch\n left: 2\n right: 1"
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$
~/Software/datafusion-cli/datafusion-cli-52.0.0 -f
/Users/andrewlamb/Downloads/foo.sql
DataFusion CLI v52.0.0
0 row(s) fetched.
Elapsed 0.007 seconds.
thread 'tokio-runtime-worker' (17698023) panicked at
datafusion/functions-aggregate/src/average.rs:812:9:
assertion `left == right` failed: single argument to update_batch
left: 2
right: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Join Error
caused by
External error: task 42 panicked with message "assertion `left == right`
failed: single argument to update_batch\n left: 2\n right: 1"
```
--
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]