-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sqrt #341
Comments
Trevas
Thanks to dataset metadata, null is recognized as integer. |
TODO: fix behaviour for negative inputs |
Thank you for the explanations and plan to fix it for negative inputs. |
Just a comment here, but I think I've seen somewhere in the spec that type inference should be supported. It's a very small paragraph and there's not much details. Technically I think this isn't too hard to implement and has great value for the users. But this need to be reworked in the spec. |
Not sure about that. I think your right, when there is no doubt about the null type, we can apply an implicit cast, avoiding users to write lot of cast. I opened an issue in the TF repo |
Sqrt throws errors for calls with null / NaN / negative values, BdI tests assume null to be the correct result.
The text was updated successfully, but these errors were encountered: