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: remove implicit casts in trig extension functions #620

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

richtia
Copy link
Member

@richtia richtia commented Apr 4, 2024

This PR removes some implicit casts that exist in the trig functions.

More discussion here:
#251

Most of the trig functions already follow this behavior. This should handle the remaining ones.

Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked a few systems and they all seem to mirror this behavior. They pick one type to be their canonical input and the return type is the same.

@richtia richtia merged commit b883120 into substrait-io:main Apr 12, 2024
13 checks passed
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.

3 participants