justinpark opened a new pull request, #22609: URL: https://github.com/apache/superset/pull/22609
### SUMMARY The json explore view in sqllab is displaying incorrect values which seemed to be due to Javascript's max integer on 64 bit IDs. This commit updates the JSON.parser by JSONBig parser as well as custom rendering logic to trim the unnecessary quote format in a bigint string format. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF - Before https://user-images.githubusercontent.com/1392866/210884982-67147df3-1575-40a8-8b1a-658a4b4bac8a.mov - After https://user-images.githubusercontent.com/1392866/210884977-232a1e40-a9ae-4b24-98c6-7a8a1ceb6149.mov ### TESTING INSTRUCTIONS specs are added ### ADDITIONAL INFORMATION - [ ] 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 @ktmud cc: @john-bodley -- 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]
