Skip to content
Snippets Groups Projects
Commit 4baaf0c7 authored by Arseniy Volynets's avatar Arseniy Volynets Committed by Arseniy Volynets
Browse files

fix: error on join condition "unary and bool"

- Because Unary is also a bool expression, we had
wrong conflict resolution for join (without single),
that didn't take into account that bool expression
may have Unary as one of the children.
- I also noticed a small bug for single distribution
in join, fixed it.
parent e3aa17d6
No related branches found
No related tags found
1 merge request!1414sbroad import
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment