From ff5928049d256c8c56d0b3f13f3268af98b698e9 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 10 Jan 2025 10:52:57 -0800 Subject: [PATCH] fix make lint --- mkdocs/docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs/docs/api.md b/mkdocs/docs/api.md index 8b106c1034..f1ef69b9cb 100644 --- a/mkdocs/docs/api.md +++ b/mkdocs/docs/api.md @@ -1077,6 +1077,7 @@ with table.update_schema() as update: with table.update_schema() as update: update.add_column(("details", "confirmed_by"), StringType(), "Name of the exchange") ``` + A complex type must exist before columns can be added to it. Fields in complex types are added in a tuple. ### Rename column