Skip to content

Commit bae604e

Browse files
authored
Fix None column comment (#1018)
1 parent ad06fab commit bae604e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/catalog/_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def add_column(
288288
table: str,
289289
column_name: str,
290290
column_type: str = "string",
291-
column_comment: Optional[str] = None,
291+
column_comment: Optional[str] = "",
292292
boto3_session: Optional[boto3.Session] = None,
293293
catalog_id: Optional[str] = None,
294294
) -> None:

0 commit comments

Comments
 (0)