mistercrunch commented on PR #33230: URL: https://github.com/apache/superset/pull/33230#issuecomment-3075262755
Looking at `filter_values_handler`, and more specifically at `cast_to_num`, it appears that method tries its best to convert numeric values (float,int,str) to a number, which seems kind of fine, and means we can end up in an array of mixed types. My guess it that something downstream in logic doesn't play nice with mixed-type arrays. Not sure what exactly, requires more digging .... -- 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]
