delta-io/delta

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

Open

#2047 aperta il 12 set 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Scala (2100 fork)batch import
enhancementgood first issuekernel

Metriche repository

Star
 (8807 star)
Metriche merge PR
 (Merge medio 7g 1h) (142 PR mergiate in 30 g)

Descrizione

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.

Guida contributor