Skip to content
New issue

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

[jdbc] The ClickHouseHttpConnection overrides result_overflow_mode. #1932

Open
chernser opened this issue Nov 14, 2024 · 0 comments · May be fixed by #1934
Open

[jdbc] The ClickHouseHttpConnection overrides result_overflow_mode. #1932

chernser opened this issue Nov 14, 2024 · 0 comments · May be fixed by #1934
Labels
Milestone

Comments

@chernser
Copy link
Contributor

chernser commented Nov 14, 2024

Description

There is a setting result_overflow_mode that controls what to do when result limit exceeded (doc). Current JDBC implementation doesn't let an user to override this settings. It is especially needed when use_query_cache is set. In such cases result_overflow_mode would be throw.

See also ClickHouse/ClickHouse#69549
Query Cache https://clickhouse.com/docs/en/operations/query-cache#configuration-settings-and-usage

@chernser chernser added bug module-jdbc JDBC driver labels Nov 14, 2024
@chernser chernser added this to the 0.7.2 milestone Nov 14, 2024
@chernser chernser linked a pull request Nov 15, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant