yangtian9999 opened a new issue #16085: URL: https://github.com/apache/superset/issues/16085
A clear and concise description of what the bug is. ---superset 1.2.0, using SQL lab, clickhouse database select count(*) from table issue, "The query returned no data" ### Expected results --- it should display row count what you expected to happen. ### Actual results ---Sql lab web page display yellow wording, "The query returned no data" what actually happens. #### Screenshots If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. create the database connection, clickhouse://user:password@ip:port/databasename 2. go to sql lab. 3. choose any table, execute "select count(*) from databasename.tablename" 4. Sql lab web page display yellow wording, "The query returned no data". but when execute "select * from databasename.tablename", the result is correct. ### Environment (please complete the following information): - superset version: `superset version` 1.2.0 - python version: `python --version` 3.7.9 I used helm chart to install. ### Checklist Make sure to follow these steps before submitting your issue - thank you! ---no error message from superset console. ### 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]
