Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incompatible query filters #117

Merged
merged 1 commit into from Nov 6, 2022
Merged

Conversation

Flix6x
Copy link
Collaborator

@Flix6x Flix6x commented Oct 31, 2022

This PR implements one of the fixes suggested in #97.

Avoid using the most_recent_beliefs_only subquery in the special case of querying with the most_recent_beliefs_only and beliefs_after (and/or beliefs_before) filters on sensors with unsuitable knowledge horizon functions, and use belief_utils.select_most_recent_belief on the query results instead.

… of querying with the most_recent_beliefs_only and beliefs_after (and/or beliefs_before) filters on sensors with unsuitable knowledge horizon functions, and use belief_utils.select_most_recent_belief on the query results instead.
@Flix6x Flix6x added bug Something isn't working Database support Dealing with databases labels Oct 31, 2022
@Flix6x Flix6x self-assigned this Oct 31, 2022
@Flix6x Flix6x requested a review from nhoening October 31, 2022 12:45
@Flix6x Flix6x merged commit 82620a3 into main Nov 6, 2022
@Flix6x Flix6x deleted the issue-97_Incompatible_search_filters branch November 6, 2022 09:31
@Flix6x Flix6x added this to the 1.14.0 milestone Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Database support Dealing with databases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants