Eyal Ezer
Eyal Ezer
### Bug description Due to this PR: https://github.com/apache/superset/pull/27271 the step size is rounded to **1** in cases `max - min` is greater than 1, for example in case max =...
### SUMMARY Following the [pessimistic json encoder](https://github.com/apache/superset/pull/28266) fix and an issue reported in https://github.com/apache/superset/issues/28372 which fails to decode UTF-16 bytes in SQL Lab. Added UTF-16 encoding support for json serialization.
### SUMMARY #### initial step of refactoring JSON utilities - migration of all json utils from utils.core to utils.json - refactored all referenced usage of those utils to the new...
### SUMMARY #### Second phase of the json migration to use the new utils.json module After completing the initial phase of creating the utils.json module as mentioned in the following...