-
Notifications
You must be signed in to change notification settings - Fork 180
Support eval returns decimal division result instead of integer #4440
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
Conversation
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
| } | ||
| } | ||
|
|
||
| Example 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed. #4441
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR #4449
| } | ||
| } | ||
| } | ||
| CalcitePlanContext.run( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrap with CalcitePlanContext.run, No code logic change.
| } | ||
| } | ||
| } | ||
| CalcitePlanContext.run( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrap with CalcitePlanContext.run, No code logic change.
Signed-off-by: Peng Huo <[email protected]>
|
@yuancu @LantaoJin Please take a look. |
yuancu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change! With this change, I think the old implementation DivideFunction can be removed.
--------- Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit b170cf1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… (#4509) --------- (cherry picked from commit b170cf1) Signed-off-by: Peng Huo <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Related Issues
#3946
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.