cabo40 opened a new pull request #13830: URL: https://github.com/apache/superset/pull/13830
### SUMMARY If encoding is not `None`, the default encoder `utils.json_iso_dttm_ser` is not used for binary data and instead it tries to encode to the default 'utf-8'. For data exploration on tables with blob columns doing `SELECT *` will throw an error. This fixes https://github.com/apache/superset/issues/13829 ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF before:  after:  ### TEST PLAN Try executing `select decode('DEADBEEF', 'hex');` on the sample DB with async turned on. ### ADDITIONAL INFORMATION Asynchronous query execution must be enabled for the database. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
