delta-io/delta

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

Open

#2.047 aberto em 12 de set. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (2.100 forks)batch import
enhancementgood first issuekernel

Métricas do repositório

Stars
 (8.807 stars)
Métricas de merge de PR
 (Mesclagem média 7d 1h) (142 fundiu PRs em 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.

Guia do colaborador