Skip to content

Commit

Permalink
fix fate on spark
Browse files Browse the repository at this point in the history
Signed-off-by: zhihuiwan <15779896112@163.com>
  • Loading branch information
zhihuiwan committed Sep 13, 2023
1 parent 0c2ab73 commit 0acbcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fate/arch/computing/spark/_csession.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def load(self, uri: URI, schema, options: dict = None) -> "Table":
in_serialized=in_serialized,
id_delimiter=id_delimiter,
)
table.scheme = schema
table.schema = schema
return table

raise NotImplementedError(f"uri type {uri} not supported with spark backend")
Expand Down

0 comments on commit 0acbcbb

Please sign in to comment.