Ivan-Shindov opened a new issue, #27510: URL: https://github.com/apache/superset/issues/27510
### Bug description Using Filter per value of Column of type BIGINT breaks UI when the value is long(16 digits) ### How to reproduce the bug 1. Create a SQL virtual dataset that returns 2 BigInt columns : 1 with less digits(e.g. 5) and 1 with more digits(e.g. 16) (It doesn't matter if you cast them explicitly in the SQL or not) 2. Create a chart out of the dataset 3. Create a Dashboard and use the chart  4. Add filter using the dataset of type Value and use the column with the long ID and Save 5. When ready click on the filter and move your cursor The filter then breaks with React error: https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bs%2C%20e%2C%20c%7D&args[]=  ### Screenshots/recordings   ### Superset version 3.1.1 ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
