From fc2bd78f1de10363ddc097633bd9b701864bb8c6 Mon Sep 17 00:00:00 2001 From: Ziv Caspi Date: Sun, 6 Sep 2026 13:18:27 +0300 Subject: [PATCH] Doc: Fixed the wording of the comment on column encoding policy --- data-explorer/kusto/management/alter-encoding-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-explorer/kusto/management/alter-encoding-policy.md b/data-explorer/kusto/management/alter-encoding-policy.md index 990b248693..b88ff1ce25 100644 --- a/data-explorer/kusto/management/alter-encoding-policy.md +++ b/data-explorer/kusto/management/alter-encoding-policy.md @@ -12,8 +12,8 @@ ms.date: 08/11/2024 Alters the encoding policy. For an overview of the encoding policy, see [Encoding policy](encoding-policy.md). > [!NOTE] -> Encoding policy changes do not affect data that has already been ingested. -> Only new ingestion operations will be performed according to the new policy. +> Encoding policy changes apply to new ingestion operations. +> Data that has already been ingestion might sometimes undergo re-encoding, but this is not guaranteed. ## Permissions