Open
Description
Name and Version
bitnami/clickhouse:25.5.2-debian-12-r1
What steps will reproduce the bug?
docker run --detach --name clickhouse --env ALLOW_EMPTY_PASSWORD=yes docker.io/bitnami/clickhouse:25.5.2-debian-12-r1
docker exec -it clickhouse clickhouse-client
select * from system.functions where name ILIKE 'lag';
- this returns an empty query- or
select lag <tab>
- will autocomplete to 'lagInFrame' - which is not what we want.
What is the expected behavior?
Since version ~23 the lag and lead window functions have become stable and standard.
for some reason they do not exist in these images.
When using the official clickhouse image - they of course do exist.
What do you see instead?
the lag and lead functions are not recognized by clickhouse.
Additional information
BTW - this is also true for 25.4.5 image - I stopped checking after that.