Skip to content

fix: pass logical id to selection node

Alexey Protsenko requested to merge selection_fixup into main

Previously, we didn't pass logaicl ID, that was incorrect we have to generate ID first for the filter boolean expression, and then pass it to the selection node as well.

Merge request reports