rusackas commented on PR #33720: URL: https://github.com/apache/superset/pull/33720#issuecomment-4834993828
Thanks for chasing this down @Quatters, the diagnosis here was spot on. Since it'd gone quiet, I took a crack at it on #41533 with a narrower approach: instead of flipping `ensure_ascii=False` globally (which tripped the `position_json` emoji guard from #39737 and would've needed a MySQL charset migration), it only changes the result-set `stringify` path so array/struct values render unicode, leaving the metadata escaping intact. Kept you on as co-author. I'll close this in favor of that one, but holler if you'd rather carry it forward yourself :) -- 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]
