You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing in SQL Lab, the cursor slowly falls behind the characters.
Expected results
Typing to be normal
Actual results
SELECT
database,
table,
partition,
sum(rows) AS rows,
count() AS part_count
FROM system.parts
WHERE (active = 1) AND (table ='game_match_log') AND (database ='gem') and partition = ''
GROUP BY
database,
table,
partition
ORDER BY part_count DESC;
limit 30;
20220617_120648.mp4
The text was updated successfully, but these errors were encountered:
@LuPan2015 Hi. I'm curious if there are any errors in the console, looks like I can't reproduce in the latest master branch.
The error in console is as follows:
When typing in SQL Lab, the cursor slowly falls behind the characters.
Expected results
Typing to be normal
Actual results
20220617_120648.mp4
The text was updated successfully, but these errors were encountered: