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 fixed lookup that contains constants #2371

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

georgwiese
Copy link
Collaborator

@georgwiese georgwiese commented Jan 22, 2025

This is something I came across in #2361: The FixedLookupMachine does not recognize lookups of the form [...] in [col1, col2, 3, col4]. The reason that this was not an issue before is that the PIL optimizer simplifies such lookups. But it does not if they are represented as bus interactions.

With this PR, the FixedLookupMachine looks for either fixed columns or compile-time constants on the RHS.

@georgwiese georgwiese marked this pull request as ready for review January 22, 2025 13:25
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.

1 participant