uyivzola opened a new pull request, #44099: URL: https://github.com/apache/superset/pull/44099
### SUMMARY The time-range picker now warns when the evaluated start and end are identical, explaining why the range returns no rows. Apply stays available after evaluation; correcting the range clears the warning. Stale responses cannot overwrite the edited range. Fixes #42679. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before: identical endpoints were accepted without an explanation. After: “This time range is empty. Choose an end time later than the start time.” Before/after screenshots captured; attachment pending. ### TESTING INSTRUCTIONS 1. In the time-range picker, set both endpoints to `2024-01-01`. 2. Confirm the warning appears and Apply is enabled after evaluation. 3. Change the end to `2024-01-02`; Apply waits for evaluation and the warning clears. 4. Apply using Enter, then select and apply No filter. Passed locally: 73 focused tests, production frontend build, pre-commit including type checks, and Chrome component checks. Browser checks intercepted the time-range API; no full backend deployment was tested. The build retained four unrelated dependency/bundle warnings. ### ADDITIONAL INFORMATION - [x] Has associated issue: #42679 - [ ] Required feature flags - [x] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
