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

Commit 8a0094c

Browse files
authored
Update context.py
1 parent 0c7ce3d commit 8a0094c

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
@@ -130,7 +130,7 @@ def getSchema(self, schema_table_name):
130130
return self.context.getSchema(schema_table_name)
131131

132132

133-
class SpliceCloudContext(PySpliceContext):
133+
class SpliceMLContext(PySpliceContext):
134134
"""
135135
PySpliceContext for use with the cloud service.
136136
Although the original pysplicecontext *will work*

0 commit comments

Comments
 (0)