Skip to content

Commit bdf4703

Browse files
authored
Describe that this function checks for the existance a table too (#6)
1 parent 69f7542 commit bdf4703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

partitionmanager/table_append_partition.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def table_is_compatible(database, table):
4949

5050
def table_information_schema_is_compatible(rows, table_name):
5151
"""
52-
Parse a table information schema, validating options
52+
Parse a table information schema, validating options including existance of
53+
each table
5354
"""
5455
if len(rows) != 1:
5556
return f"Unable to read information for {table_name}"

0 commit comments

Comments
 (0)