From 4ac8a104d3cb485bf5b3c4fc5b4bdb1aa36686dd Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:03:58 +0100 Subject: [PATCH] Fix typo with switched column names --- docs/website/docs/general-usage/schema-evolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/schema-evolution.md b/docs/website/docs/general-usage/schema-evolution.md index 377df0e47f..24d0ff1d58 100644 --- a/docs/website/docs/general-usage/schema-evolution.md +++ b/docs/website/docs/general-usage/schema-evolution.md @@ -97,7 +97,7 @@ What happened? - Removed column stopped loading: - New data to column `room` is not loaded. - Column stopped loading and new one was added: - - A new column `address__building` was added and now data will be loaded to that and stop loading in the column `address__main_block`. + - A new column `address__main_block` was added and now data will be loaded to that and stop loading in the column `address__building`. ## Alert schema changes to curate new data