We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Every query in CryptoHouse returns Error: use_query_cache and overflow_mode != 'throw' cannot be used together.
Error: use_query_cache and overflow_mode != 'throw' cannot be used together.
To Reproduce
https://crypto.clickhouse.com/
SELECT * FROM base.blocks LIMIT 1000
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
We're on it. This was caused by ClickHouse/ClickHouse#69549 - the service was upgraded and settings were incompatible. fixing being pushed now.
Sorry, something went wrong.
Resolved, refresh.
gingerwizard
No branches or pull requests
Describe the bug
Every query in CryptoHouse returns
Error: use_query_cache and overflow_mode != 'throw' cannot be used together.
To Reproduce
https://crypto.clickhouse.com/
, runSELECT * FROM base.blocks LIMIT 1000
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: