Non-deterministic SUM()
aggregate function result (found by SQLancer-TLP)
#11264
Labels
bug
Something isn't working
Describe the bug
This aggregate query returns different result from run to run
Much appreciated if anyone could rerun & confirm, or minimize this bug!
To Reproduce
Executing following statements in
datafusion-cli
to setup tablesThen execute the query. It seems around half of the result is
Inf
and another half isNaN
🤔Expected behavior
returns
Inf
Additional context
Found by SQLancer-TLP(Aggr) #11030
The text was updated successfully, but these errors were encountered: