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 30, 2024
1 parent b419278 commit e0fcbf5
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 155 deletions.
Loading

0 comments on commit e0fcbf5

Please sign in to comment.