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 2019/03/12 05:45:09 UTC

[GitHub] [incubator-superset] jitendra-kumawat opened a new pull request #7011: fix(filterbox): fixed runtime exception in filterbox for allow multiple selection false

jitendra-kumawat opened a new pull request #7011: fix(filterbox): fixed  runtime exception in filterbox for allow multiple selection false
URL: https://github.com/apache/incubator-superset/pull/7011
 
 
   <img width="1428" alt="Screenshot 2019-03-01 at 9 33 25 AM" src="https://user-images.githubusercontent.com/13414728/54177381-09c3aa00-44b8-11e9-9a55-507e4edb5c88.png">
   
   Exception message 
   2019-03-11 09:48:21,130:ERROR:root:object of type 'int' has no len()
   Traceback (most recent call last):
     File "//projects/open-source/incubator-superset/superset/views/base.py", line 113, in wraps
       return f(self, *args, **kwargs)
     File "/projects/open-source/incubator-superset/superset/views/core.py", line 1251, in explore_json
       samples=samples,
     File "/projects/open-source/incubator-superset/superset/views/core.py", line 1182, in generate_json
       payload = viz_obj.get_payload()
     File "/projects/open-source/incubator-superset/superset/viz.py", line 387, in get_payload
       payload = self.get_df_payload(query_obj)
     File "/projects/open-source/incubator-superset/superset/viz.py", line 402, in get_df_payload
       query_obj = self.query_obj()
     File "/projects/open-source/incubator-superset/superset/viz.py", line 543, in query_obj
       d = super(TableViz, self).query_obj()
     File "/projects/open-source/incubator-superset/superset/viz.py", line 276, in query_obj
       self.process_query_filters()
     File "/projects/open-source/incubator-superset/superset/viz.py", line 270, in process_query_filters
       merge_extra_filters(self.form_data)
     File "/projects/open-source/incubator-superset/superset/utils/core.py", line 811, in merge_extra_filters
       elif filtr['val'] and len(filtr['val']):
   TypeError: object of type 'int' has no len()
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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