ZamoraAndres commented on issue #2814: [explore] Filter Select not working for int and bool URL: https://github.com/apache/incubator-superset/issues/2814#issuecomment-372731509 Hello, I experience the same behavior connecting the tool to an Impala table. The only workaround that I found is to create a new column with the expression: CASE my_bool_column WHEN true THEN 'True' ELSE 'False' END
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
