delta-io/delta

[Feature Request][Kernel] Support implicit cast for `DefaultExpressionEvaluator` output.

Closed

#2,047 opened on Sep 12, 2023

 (3 comments) (0 reactions) (0 assignees)Scala (2,153 forks)batch import
enhancementgood first issuekernelstale

Repository metrics

Stars
 (8,939 stars)
PR merge metrics
 (Avg merge 7d 1h) (142 merged PRs in 30d)

Description

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.

Contributor guide