justinpark opened a new pull request, #34539: URL: https://github.com/apache/superset/pull/34539
### SUMMARY This commit fixes an error that occurred when a big int value was included in the chart. The error was caused by unnecessary JSON.stringify comparison logic in the native filters, and this update ensures that filters now work properly. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before: https://github.com/user-attachments/assets/35e4cb64-f332-4426-9401-63faae3b939f After: https://github.com/user-attachments/assets/d1a06d36-8d3e-4e30-9b0d-ae429a83ac86 ### TESTING INSTRUCTIONS Create a chart including a bigint value in the dataset and then open a native filter to create a new filter ### 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]
