delta-io/delta
[Kernel][Defaults] Support `COALESCE` for all data types in the `DefaultExpressionHandler`
已關閉
#2,416 建立於 2023年12月28日
enhancementgood first issuekernelstale
倉庫指標
- 星標
- (8,939 顆星)
- PR 合併指標
- (平均合併 7天 1小時) (30 天內合併 142 個 PR)
描述
Feature request
Which Delta project/connector is this regarding?
- Spark
- Standalone
- Flink
- Kernel
- Other (fill in here)
Overview
#2415 adds support for COALESCE for boolean type expressions. We should support all data types.
Further details
#2415 already adds the needed changes. To support more data types we just need to add tests and remove the check that allows only boolean type in DefaultExpressionEvaluator.