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 2021/10/14 05:27:20 UTC

[GitHub] [superset] binxushy opened a new issue #17109: Missed one/two record when query raw data in table of clickhouse

binxushy opened a new issue #17109:
URL: https://github.com/apache/superset/issues/17109


   SupserSet: 1.3.0
   Clickhouse:  amancevice/superset:latest(Docker IMG),  ClickHouse server version 21.9.4 revision 54449.
    
   SQL Editor query: 
   If  no data in a table such as pta.s_day_ont:
       we run "select count() from pta.s_day_ont" in SQL Editor, it show "The query returned no data".
   
   if there are records in a table such as pta.s_day_ont:
   the first records will be put as Headers but not data.
   
   Charts/table:
   if I query data by in a Table(Charts),  two records will missed.
   


-- 
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] binxushy closed issue #17109: Missed one/two records when query raw data in one table (clickhouse database)

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


   


-- 
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] binxushy commented on issue #17109: Missed one/two records when query raw data in one table (clickhouse database)

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


   This issue is caused by wrong setting on connection.
   in Superset, need to connect clickhouse through clickhouse+native://(9000), but not clickhouse://(8123)


-- 
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