Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 5d1a20e

Browse files
author
Epstein
authored
patch (#66)
1 parent 1b42648 commit 5d1a20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splicemachine/spark/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _dropTableIfExists(self, schema_table_name):
290290
print(f'Droping table {schema_table_name}')
291291
self.dropTable(schema_table_name)
292292

293-
def createTable(self, dataframe, schema_table_name, primary_keys=None, create_table_options=None, to_upper=False, drop_table=False):
293+
def createTable(self, dataframe, schema_table_name, primary_keys=(), create_table_options=None, to_upper=False, drop_table=False):
294294
"""
295295
Creates a schema.table from a dataframe
296296
:param dataframe: The Spark DataFrame to base the table off

0 commit comments

Comments
 (0)