Skip to content

Commit 605367c

Browse files
committed
clean up
1 parent cf91b53 commit 605367c

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
@@ -148,7 +148,7 @@ def __init__(
148148
self._name = name
149149
self.event_time = event_time
150150
self._online_enabled = online_enabled
151-
self._location = location.replace("hopsfs://", "hdfs://") if location else location # TODO ken: revert it
151+
self._location = location
152152
self._id = id
153153
self._subject = None
154154
self._online_topic_name = online_topic_name

0 commit comments

Comments
 (0)