delta-io/delta

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

Open

#2,047 建立於 2023年9月12日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Scala (8,807 star) (2,100 fork)batch import
enhancementgood first issuekernel

描述

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.

貢獻者指南