Skip to content
Snippets Groups Projects
Commit 6687b5c9 authored by Arseniy Volynets's avatar Arseniy Volynets :boy_tone5:
Browse files

fix: used to error on concat with parameters

- When adding concat to plan, we had a check
that both concat children are expressions.
- This leads to error, when children are
parameters.
- Replace error with debug assert that checks
for expression | parameter children. Debug assert
is used because it is quiet unlikely that we will
mess up expression children, no need to check it
in release builds.
parent 97d2b814
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