GitHub user SukiSeven created a discussion: Angle brackets < > in field values
are missing, and enabling RENDER COLUMNS IN HTML FORMAT slows down Superset
I found two related issues in Superset when working with MySQL data:
1.Field values with angle brackets are missing
- - In MySQL the value is:
<Buddhist Blue Duck-No Giblets><Keystone Katie> (HOFO,6hd, 6.0)
- - But in Superset it only shows:
(HOFO,6hd, 6.0)
The text inside < > is missing (not all brackets are dropped, but some).
I have already enabled RENDER COLUMNS IN HTML FORMAT, but the issue still
happens.
Expected: Superset should display the text exactly as stored in MySQL,
including < >.
2.Performance issue after enabling HTML rendering
Previously, Superset did not have the RENDER COLUMNS IN HTML FORMAT option.
Our DevOps team added this feature by editing .tsx files and rebuilding the
image.
After rebuilding, Superset became noticeably slower when rendering tables.
Why would enabling this option and rebuilding cause such performance
degradation?
GitHub link: https://github.com/apache/superset/discussions/35048
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]