alamb commented on code in PR #12: URL: https://github.com/apache/datafusion-testing/pull/12#discussion_r2333942857
########## data/sqlite/random/expr/slt_good_0.slt: ########## @@ -20520,10 +20520,10 @@ SELECT ALL + 23 / 28 * - - COUNT ( + + 10 ) * + 12 ---- 0 -# Datafusion - Datafusion expected results: -# Datafusion - Expected - 0 -query error DataFusion error: Arrow error: Divide by zero error +query I rowsort label-3927 Review Comment: given these are in files "good" I think they should be succeeding I confirmed (for this one) that this is the answer that postgres gives ```sql postgres=# SELECT + CAST ( - 13 AS INTEGER ) / COALESCE ( - + 14, + - NULLIF ( - COUNT ( * ), 19 * - - NULLIF ( 12, + MIN ( ALL - - ( + - 11 ) ) ) / + - 4 + - 84 + + 36 - - 57 + - + 68 * NULLIF ( + 57, + 45 ) ) * + 24 / CAST ( - 0 AS INTEGER ) / + 90, - 93 ) col0; col0 ------ 0 (1 row) ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org