Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion partitionmanager/table_append_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def table_is_compatible(database, table):

def table_information_schema_is_compatible(rows, table_name):
"""
Parse a table information schema, validating options including existance of
Parse a table information schema, validating options including existence of
each table
"""
if len(rows) != 1:
Expand Down