Skip to content

Commit 99cce02

Browse files
committed
prepare_spark
1 parent ff61699 commit 99cce02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsfs/feature_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ def get_uri(self) -> str:
20742074
else:
20752075
path = self.storage_connector._get_path(self.path)
20762076
if engine.get_type().startswith("spark"):
2077-
path = engine.get_instance().setup_storage_connector(self.storage_connector, path)
2077+
path = self.storage_connector.prepare_spark(path)
20782078
return path
20792079

20802080
@property

0 commit comments

Comments
 (0)