justinpark opened a new pull request, #34580: URL: https://github.com/apache/superset/pull/34580
### SUMMARY In PR #32549, we updated the widely parseMethod to use `json-bigint` in order to support bigint values. However, this caused a regression issue in the aggregator when ECharts processed data containing bigint values (for example, data size in bytes). Until proper support for bigint aggregation is implemented, we plan to revert the parseMethod in ECharts back to the original json. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before: <img width="629" height="234" alt="Screenshot 2025-08-06 at 10 14 26 AM" src="https://github.com/user-attachments/assets/fbed554f-e329-4a7e-ad83-3b32d5b1a52b" /> After: <img width="628" height="706" alt="Notification_Center" src="https://github.com/user-attachments/assets/70722bce-1422-45cf-a804-bb41c3b25da8" /> ### TESTING INSTRUCTIONS Create a record having a bigint value like data size in bytes and then create a bar/line chart with a metric including aggregation ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
