Replies: 2 comments 4 replies
-
@mbasmanova Do you have any input? Thanks |
Beta Was this translation helpful? Give feedback.
4 replies
-
Fixed in #9818. Will close this discussion. Thanks @mbasmanova. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While executing Gluten, we encountered the following error message:
The reason for this issue is that when the window function is created, it verifies whether the return value of the registered sum(REAL) function is of REAL type. If the type passed in is double, it will trigger an error. However, in actual operation, converting a real type to a double type does not affect the outcome. Therefore, could we consider relaxing the type check here? For real and double types, we might not need to enforce such strict matching checks. Would this approach be feasible?
Beta Was this translation helpful? Give feedback.
All reactions