lucapazz commented on PR #38094: URL: https://github.com/apache/superset/pull/38094#issuecomment-4132609582
Hi @msyavuz, @EnxDev, I noticed that another [PR](https://github.com/apache/superset/pull/38579) addressing the same issue was merged, even though this one was already open. That said, I still believe this PR fully valid and worth reviewing, for two reasons: 1. **More efficient sorting approach** This implementation avoids redundant recalculations of cells. 2. **More informative handling of null values** When a cell’s value is null, this PR displays "N/A" instead of 0. In my view, this provides more meaningful information by clearly indicating that the data is unavailable rather than suggesting a numerical value. -- 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]
