delta-io/delta
Auf GitHub ansehen[Kernel][Defaults] Support `COALESCE` for all data types in the `DefaultExpressionHandler`
Open
#2.416 geöffnet am 28. Dez. 2023
enhancementgood first issuekernel
Repository-Metriken
- Stars
- (8.807 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 7T 1h) (142 gemergte PRs in 30 T)
Beschreibung
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.