mistercrunch commented on issue #29457:
URL: https://github.com/apache/superset/issues/29457#issuecomment-2214829063

   This is where the `[bytes]` come from:
   https://github.com/apache/superset/blob/master/superset/utils/json.py#L102
   
   The chinese characters would show if/when your binary blob are decodable to 
utf-8 or utf-16.
   
   What is in your binary blob? What do you expect to see? 
   
   Maybe you're using some funky other encoding or "collation". At this point 
if you're using something else than utf-N in this day and age you may want to 
standardize, or wrap the column with some database function that brings things 
to a modern encoding.


-- 
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]

Reply via email to