Skip to content

Commit

Permalink
fix: removes cast function definition (#253)
Browse files Browse the repository at this point in the history
Given that the `Expression` node has an explicit `Cast` variant that was
added in #88, the `cast` function definition (added in #152) seems redundant.

BREAKING CHANGE: Existing plans that are modeling `cast` with the `cast`
function (as opposed to the `cast` expression) will no longer be valid. All
producers/consumers should use the `cast` expression type.
  • Loading branch information
almann authored Jul 25, 2022
1 parent 4b2072a commit 66a3476
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions extensions/functions_cast.yaml

This file was deleted.

0 comments on commit 66a3476

Please sign in to comment.