We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf4703 commit 9b707e1Copy full SHA for 9b707e1
partitionmanager/table_append_partition.py
@@ -49,7 +49,7 @@ def table_is_compatible(database, table):
49
50
def table_information_schema_is_compatible(rows, table_name):
51
"""
52
- Parse a table information schema, validating options including existance of
+ Parse a table information schema, validating options including existence of
53
each table
54
55
if len(rows) != 1:
0 commit comments