[Feature Request][Kernel] Investigate whether we need Cast
as an expression in Kernel
#2043
Open
2 of 8 tasks
Labels
Milestone
Feature request
Which Delta project/connector is this regarding?
Overview
Currently, we don't have the
Cast
as a first-class expression support in Kernel expressions (See #1997). The default expression handler can handle implicit cast where a type is being upcasted (eg. int to long).This task is to investigate whether we need to export the
Cast
within the Kernel expression, similar to Spark DSv2.Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?
The text was updated successfully, but these errors were encountered: