We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8db62 commit 9e558afCopy full SHA for 9e558af
TODO
demo_script.md
@@ -594,22 +594,3 @@ docker-compose exec mysql mysql -Dsql-demo -usql-demo -pdemo-sql
594
595
SELECT * FROM REGION_STATS ORDER BY hour_of_day, region;
596
```
597
-
598
-# Outlook
599
600
601
602
-# TODOs
603
604
605
-# Issues
606
607
-* Why are queries canceled by the client shown as failed in the Flink UI?
608
609
-* Metaspace error when executing a query.
610
- [ERROR] Could not execute SQL statement. Reason:
611
- java.lang.OutOfMemoryError: Metaspace
612
613
---> "Fixed" by `docker-compose restart jobmanager taskmanager`
614
615
-* Not all queries are cancelled in Flink if they are stopped in the client
0 commit comments