Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor falls behind in SQL Lab #20436

Closed
LuPan2015 opened this issue Jun 20, 2022 · 2 comments · Fixed by #21380
Closed

Cursor falls behind in SQL Lab #20436

LuPan2015 opened this issue Jun 20, 2022 · 2 comments · Fixed by #21380
Labels
#bug Bug report

Comments

@LuPan2015
Copy link

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
@LuPan2015 LuPan2015 added the #bug Bug report label Jun 20, 2022
@stephenLYZ
Copy link
Member

@LuPan2015 Hi. I'm curious if there are any errors in the console, looks like I can't reproduce in the latest master branch.

@LuPan2015
Copy link
Author

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
2 participants