piyushraj001 commented on issue #44079: URL: https://github.com/apache/superset/issues/44079#issuecomment-5775132501
Hi @shivaansh0610-LUFFY , thanks for looking into this! PR #44044 already addresses both cases you mentioned — the Math.abs() crash on BigInt values and the string-path normalization. It fixes the issue at the dispatch layer (formatValue.ts) so all formatters handle both native bigint and decimal-string representations of large integers without throwing. Would be happy to coordinate if you're planning to take a different angle on it! -- 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]
