v.24.8Improvement
Do not require a grant for REMOTE in Distributed table creation
Do not require a grant for REMOTE when creating a Distributed table: a grant for the Distributed engine is enough. #65419 (jsc0218).
Why it matters
This feature simplifies permission management by removing the need for an explicitREMOTE grant when working with Distributed tables. Users now only require the grant for the Distributed engine itself, reducing complexity and potential permission errors.How to use it
When creating Distributed tables, ensure the user has the appropriate grant for the Distributed engine. No additionalREMOTE grants are needed.