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: issue crash in code gen with incorrect column length in decision trees #1069

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

MicroProofs
Copy link
Member

Deeply nested assignments would offset the new columns count calculation. Now we track relevant columns and their path to ensure each row has wildcards if they don't contain the relevant column

…culation. Now we track relevant columns and their path to ensure each row has wildcards if they don't contain the relevant column
@MicroProofs MicroProofs requested a review from a team as a code owner December 4, 2024 06:53
@MicroProofs MicroProofs self-assigned this Dec 4, 2024
@MicroProofs
Copy link
Member Author

Closes #1068

@MicroProofs MicroProofs merged commit 86ec3b2 into main Dec 5, 2024
13 checks passed
@MicroProofs MicroProofs deleted the decision-tree-column-fix branch December 5, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🚀 Released
Development

Successfully merging this pull request may close these issues.

1 participant