Skip to content

Commit d66b3b2

Browse files
committed
Add todo, rename file.
1 parent f4e64b7 commit d66b3b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

logical/logical.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ func (c *Coalesce) Typecheck(ctx context.Context, env physical.Environment, logi
368368
outputType = octosql.TypeSum(outputType, expr.Type)
369369
}
370370

371+
// TODO: If any argument is non-nullable, then it should break the for loop and return the current union type as non-nullable.
372+
371373
return physical.Expression{
372374
Type: outputType,
373375
ExpressionType: physical.ExpressionTypeCoalesce,
File renamed without changes.

0 commit comments

Comments
 (0)