Cloud-Architect-Emma commented on PR #40190: URL: https://github.com/apache/superset/pull/40190#issuecomment-4484001500
Hi @hainenber, updated the fix to be safer, now it only applies pd.to_numeric when all non-null values in the column are successfully convert to numeric (i.e. the null pattern is preserved). This way it only affects columns where the backend returned numeric values as strings (like ClickHouse SUM()), and leaves truly mixed/non-numeric columns unchanged. -- 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]
