xiedeyantu commented on PR #22306: URL: https://github.com/apache/datafusion/pull/22306#issuecomment-4554719197
> I could reproduce the error locally with this PR > > ``` > External error: 1 errors in file /__w/datafusion/datafusion/datafusion-testing/data/sqlite/random/groupby/slt_good_12.slt > > 1. query failed: DataFusion error: Arrow error: Divide by zero error > [SQL] SELECT DISTINCT col1 AS col1 FROM tab0 WHERE NOT + CASE + 87 WHEN col1 THEN col1 ELSE NULL END NOT BETWEEN - col1 / + col1 AND NULL GROUP BY col1 HAVING NOT col1 * 75 IS NOT NULL > at /__w/datafusion/datafusion/datafusion-testing/data/sqlite/random/groupby/slt_good_12.slt:12140 > ``` > > with ` cargo test -q --features backtrace,parquet_encryption --profile ci-optimized --test sqllogictests -- --include-sqlite` @kosiew I don't know why, but after rebasing the code to the latest version, all the tests are now passing. -- 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]
