v.19.8Improvements

Respect Query Settings in Asynchronous Inserts into Distributed Tables

Respect query settings in asynchronous INSERTs into Distributed tables. #4936 (TCeason)
Added support to respect query settings during asynchronous INSERT operations into Distributed tables.

Why it matters

This feature ensures that query-level settings are properly applied when performing asynchronous INSERT operations into Distributed tables, leading to more predictable and consistent query behavior in distributed environments.

How to use it

When performing asynchronous INSERT operations into Distributed tables, the system will now automatically honor the query settings without requiring additional configuration from the user.