Skip to content

Commit 9b707e1

Browse files
authored
Correct spelling in table_information_schema_is_compatible (#7)
* Revert "Describe that this function checks for the existance a table too (#6)" This reverts commit bdf4703. * Update table_append_partition.py
1 parent bdf4703 commit 9b707e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partitionmanager/table_append_partition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +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
52+
Parse a table information schema, validating options including existence of
5353
each table
5454
"""
5555
if len(rows) != 1:

0 commit comments

Comments
 (0)