Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect function output types and add other common functions. #152

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

jacques-n
Copy link
Contributor

This was extracted from #120 and supersedes #147.

@jacques-n jacques-n merged commit e9fb703 into substrait-io:main Mar 28, 2022
almann added a commit to almann/substrait that referenced this pull request Jul 20, 2022
Given that the `Expression` node has an explicit `Cast` variant that was
added in substrait-io#88, the `cast` function definition (added in substrait-io#152) seems redundant.

This change is technically breaking as there could be dependent plans
that are modeling a `cast` via function call over the expression.
almann added a commit to almann/substrait that referenced this pull request Jul 21, 2022
Given that the `Expression` node has an explicit `Cast` variant that was
added in substrait-io#88, the `cast` function definition (added in substrait-io#152) seems redundant.

BREAKING CHANGE: Existing plans that are modeling `cast` with this
built-in function definition over the expression will not be valid.
jacques-n pushed a commit that referenced this pull request Jul 25, 2022
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.
rkondakov pushed a commit to rkondakov/substrait that referenced this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant