Skip to content

Commit

Permalink
[fix](Nereids) simplify range result wrong when reference is nullable
Browse files Browse the repository at this point in the history
if reference is nullable and simplify result should be

IF(${reference} IS NULL, ${nullable_result}, ${not_null_result})
  • Loading branch information
morrySnow committed Sep 26, 2024
1 parent 8e33cda commit 8583579
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 156 deletions.
Loading

0 comments on commit 8583579

Please sign in to comment.