betodealmeida commented on PR #33230:
URL: https://github.com/apache/superset/pull/33230#issuecomment-3075266710

   > Consider the values [21, 21.8]. Without converting them to float, the code 
was considering both these values as same and thereby both of them were getting 
same values, which is not correct.
   
   Thanks! In this case, to correct solution is making sure that the comparison 
is done correctly without having to change the values. Why is the code 
considering `21 == 21.8`? Do you know the place where this comparison happens?


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