alamb commented on issue #25401:
URL: https://github.com/apache/datafusion/issues/25401#issuecomment-5717732997

   I verified this is both a real bug and that it is not a regression
   
   ```shell
   andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ datafusion-cli -f 
~/Downloads/foo.sql
   DataFusion CLI v55.1.0
   0 row(s) fetched.
   Elapsed 0.002 seconds.
   
   
   thread 'tokio-rt-worker' (17700156) panicked at 
datafusion/functions-aggregate/src/average.rs:1101: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 41 panicked with message "assertion `left == right` 
failed: single argument to update_batch\n  left: 2\n right: 1"
   ```
   
   <details>
   
   ```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"
   ```
   </details>


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