zhaoyongjie opened a new issue #19264: URL: https://github.com/apache/superset/issues/19264
Native Filter can't work when facing NULL value or an empty string, and this behavior is not consistent with explore page. https://user-images.githubusercontent.com/2016594/159150669-a4cb27cf-9049-4caa-b983-b18ab5d69d1a.mov #### How to reproduce the bug 1. make a temporary table with a single text column by database client or SQLLab ```SQL create table testing_empty_string( ) insert into testing_empty_string values (null), (''), ('foo'); ``` 3. ### Expected results Native filter can work when facing NULL or Empty string ### Actual results Native filter can't work when facing NULL or Empty string what actually happens. #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment (please complete the following information): - browser type and version: - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` - any feature flags active: ### 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 Add any other context about the problem here. -- 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]
