v.23.9Improvement
Query Cache Error for Non-Deterministic Functions Enhances User Clarity
The query cache now returns an error if the user tries to cache the result of a query with a non-deterministic function such asnow,randomStringanddictGet. Compared to the previous behavior (silently don't cache the result), this reduces confusion and surprise for users. #54801 (Robert Schulze).