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
Description
Slicing (documented here) does not produce the expected results for either EntityPercentFilter or EntityFilter. Both appear to return no results.
This appears to be true. I ran it again for the Entity Percent Filters and it appears to work as expected. My initial try may just not have refreshed the filter.
I wonder if it could be related to the hash function? Perhaps the entity is being compared differently (eg., hashing a different value) so the hashes are never equal?
Description
Slicing (documented here) does not produce the expected results for either
EntityPercentFilter
orEntityFilter
. Both appear to return no results.To Reproduce
Steps to reproduce the behavior:
or
Actual Behavior
The result of the query is an empty dataframe.
Expected Behavior
A filtered dataset with only results for
m0
andm10
(about 100) records.Additional context
Relevant Logs / Links
Relevant stack traces, results, links, or screenshots of the issue.
Manager Logs
Engine Logs
The text was updated successfully, but these errors were encountered: