vogievetsky opened a new pull request, #18768:
URL: https://github.com/apache/druid/pull/18768
This PR introduces a new `TableFilters` utility class to replace the direct
usage of react-table's `Filter` interface throughout the web console, improving
type safety and encapsulation.
It also adds refresh buttons to JSON/stages viewers and implements inactive
worker tracking for MSQ execution stages.
Key changes:
- Replaced react-table `Filter[]` with new `TableFilters` class that
provides better encapsulation and helper methods. Simplified navigation logic
throughout the console by consolidating filter-based navigation into a single
goToView() function
- Added refresh buttons to `ShowJson` and `ShowJsonOrStages` components
for easier data reloading
- Implemented `getInactiveWorkerCount()` method to calculate workers with
zero input across all channels
--
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]