From 657e04f92438b6488f2601bf1efbfc370281b142 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 7 Aug 2024 10:23:38 +0200 Subject: [PATCH] docs: more Signed-off-by: kjuulh --- connect-to-presto.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/connect-to-presto.sh b/connect-to-presto.sh index c33f7df..1b6ddf2 100755 --- a/connect-to-presto.sh +++ b/connect-to-presto.sh @@ -2,4 +2,7 @@ set -eu + +echo "counts how many events we've seen in total" + ./docker-exec.sh exec presto presto-cli --server localhost:8080 --execute 'select count(*) from iceberg.demo_db.demo_table;'