We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91b53 commit 605367cCopy full SHA for 605367c
python/hsfs/feature_group.py
@@ -148,7 +148,7 @@ def __init__(
148
self._name = name
149
self.event_time = event_time
150
self._online_enabled = online_enabled
151
- self._location = location.replace("hopsfs://", "hdfs://") if location else location # TODO ken: revert it
+ self._location = location
152
self._id = id
153
self._subject = None
154
self._online_topic_name = online_topic_name
0 commit comments