justinpark commented on issue #27473: URL: https://github.com/apache/superset/issues/27473#issuecomment-1992523228
@netchose First of all, the query that you raised looks unusual. Which means selecting 10000 columns. ``` print(f'select {" 1,"*10000}'[:-1]) => select 1, 1, 1, 1, 1, 1, .....(x 10000) ```  ClickHouse, as per my understanding, may also not provide support due to the excessive number of columns involved. -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org