junlincc opened a new issue #16882: URL: https://github.com/apache/superset/issues/16882
The actual time range display in Native Filter time range filter is no longer [start, end) , but (start, end) #### How to reproduce the bug 1. Go to any sample dashboard with Native filter enabled 2.Create a new time range filter using any select mode, e.g. custom or advanced 3. see how time range select being materialized in actual time range section below ### Expected results should be 2021-09-21 ≤ col < 2021-09-28 ### Actual results 2021-09-21 < col < 2021-09-28 #### Screenshots https://user-images.githubusercontent.com/67837651/135176484-ed287996-5bef-4a6e-ab0e-bcee7173fdbf.mov ### Environment (please complete the following information): - browser type and version: chrome - superset version: `superset version` latest master - python version: `python --version` - node.js version: `node -v` - any feature flags active: native filter and cross -filtering ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Explore is working properly, please make sure not just display is correct but also the query. thanks!! -- 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]
