LuPan2015 opened a new issue, #20436:
URL: https://github.com/apache/superset/issues/20436

   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;
   ```
   
   
https://user-images.githubusercontent.com/10804128/174222924-b61f595e-59cb-467d-b00e-662196fd242f.mp4
   


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

Reply via email to