delta-io/delta

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

Open

#2 047 ouverte le 12 sept. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Scala (2 100 forks)batch import
enhancementgood first issuekernel

Métriques du dépôt

Stars
 (8 807 stars)
Métriques de merge PR
 (Merge moyen 7j 1h) (142 PRs mergées en 30 j)

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.

Guide contributeur