v.24.7Bug Fix
Handling PostgreSQL Query Cancellation in ClickHouse
For queries that read fromPostgreSQL, cancel the internalPostgreSQLquery if the ClickHouse query is finished. Otherwise,ClickHousequery cannot be canceled until the internalPostgreSQLquery is finished. #65771 (Maksim Kita).