You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: cover ODFV source isolation for an aliased source
Add a regression test that sources a pandas ODFV from an aliased feature
view (with_name) and asserts the declared feature still reaches the UDF
while an unrelated feature view stays hidden. The isolation filter keys
columns by projection.name, which is what the retrieval path emits
regardless of the alias; the test fails if that is switched to name_to_use().
Signed-off-by: Vedant Agarwal <[email protected]>
0 commit comments