You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem on the query 11 on the TPCH(SF10).
It seams Hyper does not return the correct result set.
By digging into the issue I found something strange :
These Query that is part on the having filter part of the TPCH Q11 return 0
Hi Romain,
thanks for raising this issue, which I could reproduce.
The problem boils down to our type propagation rules for numerics. So right now, Hyper is behaving as specified/documented.
However, I agree with you that this is unexpected behavior, and I will check with the team if we can improve something here.
I have a problem on the query 11 on the TPCH(SF10).
It seams Hyper does not return the correct result set.
By digging into the issue I found something strange :
These Query that is part on the having filter part of the TPCH Q11 return 0
Whereas this one return the good results : 8102913.76524679
The text was updated successfully, but these errors were encountered: