codewithdaniel1 commented on PR #42625: URL: https://github.com/apache/superset/pull/42625#issuecomment-5186067218
Thanks for flagging this. I updated the implementation so mixed numeric lists no longer depend on eq[0]. The first decimal is moved to the front when needed, including cases with leading None or bool, and I added regression coverage for [None, 21, 25.35], leading booleans, zero, and negative values. -- 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]
