v.25.12Improvement

Now, table's default expressions work correctly

Now, table's default expressions work correctly with insertions using remote and native protocol. Closes #87972. #88540 (Pervakov Grigorii).
Improved support for table default expressions when inserting data via remote and native protocols.

Why it matters

This feature fixes the issue where default expressions on table columns were not correctly applied during insert operations using remote and native protocols, ensuring data consistency and expected behavior across distributed inserts.

How to use it

Users do not need to change their existing workflow. The default expressions will now automatically work correctly when performing INSERT operations through remote or native protocols.