GitHub user SukiSeven created a discussion: Angle brackets < > in field values 
are missing, and Superset slows after enabling RENDER COLUMNS IN HTML FORMAT

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:
(HOFO,6hd, 6.0)
But in Superset it only shows:
(HOFO,6hd, 6.0)
<img width="1032" height="58" alt="image" 
src="https://github.com/user-attachments/assets/d719b6a7-8d41-4d8e-b150-8554aed562b5";
 />
This happens at row 144 — the and parts are missing there. The problem is 
inconsistent: some <...> fragments are preserved, others are hidden.
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/35050

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

Reply via email to