rusackas commented on PR #42625:
URL: https://github.com/apache/superset/pull/42625#issuecomment-5185851049

   @codewithdaniel1 thanks for tracking down #33206! One thing before this 
merges, though. @aminghadersohi's point still stands, that eq[0] being None 
skips the reorder, so a list like [None, 21, 25.35] hits the same coercion bug 
once nulls get split out. Keying off the first non-None value should close that 
gap. 


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