Skip to content

Commit 48f8489

Browse files
authored
Merge branch 'main' into HWORKS-1552
2 parents e43fd2e + c53830e commit 48f8489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/hsfs/constructor/query.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ def _check_read_supported(self, online: bool) -> None:
563563
)
564564
if has_embedding and len(self.featuregroups) > 1:
565565
raise FeatureStoreException(
566-
"Reading from query containing embedding and join is not supported."
567-
" Use `feature_view.get_feature_vector(s) instead."
566+
"Reading from query containing join of feature group with embedding index from online storage is not supported. "
567+
"Use `feature_view.get_feature_vector(s)` instead."
568568
)
569569

570570
@classmethod

0 commit comments

Comments
 (0)