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

Bug fix for predicate order for queries with a function/lambda select clause #126

Merged

Conversation

daveraja
Copy link
Collaborator

The bug occured when passing a function/lambda as the "select" clause for a query. It wasn't properly detecting that the input to the function/lambda needed to be the fact objects in the order specified by the query roots (and not the internal ordering created by the query plan).

The bug occured when passing a function/lambda as the "select" clause for a query. It wasn't
properly detecting that the input to the function/lambda needed to be the fact objects in the
order specified by the query roots (and not the internal ordering created by the query plan).
@daveraja daveraja linked an issue Sep 21, 2023 that may be closed by this pull request
@daveraja daveraja merged commit 216797f into master Sep 21, 2023
24 checks passed
@daveraja daveraja deleted the 63-bug-predicate_order-for-queries-with-multiple-joins branch September 21, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in ordering for queries with multiple joins
1 participant