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 366e516
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 155 deletions.
Loading

0 comments on commit 366e516

Please sign in to comment.