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.
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 whenuse_query_cache
is set. In such casesresult_overflow_mode
would bethrow
.See also https://github.com/ClickHouse/ClickHouse/pull/69549 Query Cache https://clickhouse.com/docs/en/operations/query-cache#configuration-settings-and-usage