wolfkill opened a new pull request, #18609: URL: https://github.com/apache/pinot/pull/18609
### Summary - unwrap rendered table cell values when sorting Status columns - avoid mutating table state in place for static sort functions ### Why The Segments table renders status cells as objects with a display value and a custom renderer. Lodash sorting on the object itself keeps the visible status order unchanged. Fixes #14570. ### Tests - npm run build-dev - npm run build - git diff --check - verified object-backed Status rows sort ascending and descending by their 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]
