Skip to content

Commit ed142f7

Browse files
authored
Revert "Describe that this function checks for the existance a table too (#6)"
This reverts commit bdf4703.
1 parent bdf4703 commit ed142f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

partitionmanager/table_append_partition.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ 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 including existance of
53-
each table
52+
Parse a table information schema, validating options
5453
"""
5554
if len(rows) != 1:
5655
return f"Unable to read information for {table_name}"

0 commit comments

Comments
 (0)