delta-io/delta
GitHub で見る[Feature Request][Kernel] Support implicit cast for `DefaultExpressionEvaluator` output.
Open
#2,047 opened on 2023年9月12日
enhancementgood first issuekernel
Repository metrics
- Stars
- (8,807 stars)
- PR merge metrics
- (平均マージ 7d 1h) (30d で 142 merged PRs)
説明
Feature request
Which Delta project/connector is this regarding?
- Spark
- Standalone
- Flink
- Kernel
- Other (fill in here)
Overview
Currently ExpressionHandler.getEvaluator takes an expected output type as argument. The comment here is to handle the implicit cast incase the expression output can be safely cast to the asked output type.