You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/03/20 06:20:56 UTC

[GitHub] [superset] zhaoyongjie opened a new issue #19264: Native Filter can't work when face NULL value or empty string

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] michael-s-molina commented on issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
michael-s-molina commented on issue #19264:
URL: https://github.com/apache/superset/issues/19264#issuecomment-1076380494


   Fixed by https://github.com/apache/superset/pull/19326


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie commented on issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #19264:
URL: https://github.com/apache/superset/issues/19264#issuecomment-1076436220


   > 
   
   The issue is still, so I reopen it.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie edited a comment on issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #19264:
URL: https://github.com/apache/superset/issues/19264#issuecomment-1076436220


   Hi @michael-s-molina, The issue is still, so I reopen it. The explore page can filter the null 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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify closed issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
srinify closed issue #19264:
URL: https://github.com/apache/superset/issues/19264


   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie edited a comment on issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #19264:
URL: https://github.com/apache/superset/issues/19264#issuecomment-1076436220


   Hi @michael-s-molina, The issue is still, so I reopen it.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie edited a comment on issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #19264:
URL: https://github.com/apache/superset/issues/19264#issuecomment-1076436220


   Hi @michael-s-molina, The issue is still, so I reopen it. The explore page can't filter the null 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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] michael-s-molina closed issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
michael-s-molina closed issue #19264:
URL: https://github.com/apache/superset/issues/19264


   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro commented on issue #19264: Native Filter can't work when face NULL value or empty string

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #19264:
URL: https://github.com/apache/superset/issues/19264#issuecomment-1073613709


   Repro'd, thanks for reporting!


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org