Skip to content

rowSum() breaks for Int + Float #1068

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

Closed
Jolanrensen opened this issue Feb 19, 2025 · 0 comments · Fixed by #1070
Closed

rowSum() breaks for Int + Float #1068

Jolanrensen opened this issue Feb 19, 2025 · 0 comments · Fixed by #1070
Assignees
Labels
bug Something isn't working

Comments

@Jolanrensen
Copy link
Collaborator

dataFrameOf("a", "b")(1, 2f)[0].rowSum()

results in java.lang.IllegalStateException: Can not find common number type for class kotlin.Int and class kotlin.Float

should be considered in #961

@Jolanrensen Jolanrensen added the bug Something isn't working label Feb 19, 2025
@Jolanrensen Jolanrensen added this to the 0.16 milestone Feb 19, 2025
@Jolanrensen Jolanrensen self-assigned this Feb 19, 2025
This was referenced Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant