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

[Feature][SDK] Transform SQL support Round function #10803

Closed
2 tasks done
Zkplo opened this issue Aug 17, 2024 · 3 comments · Fixed by #10810
Closed
2 tasks done

[Feature][SDK] Transform SQL support Round function #10803

Zkplo opened this issue Aug 17, 2024 · 3 comments · Fixed by #10810

Comments

@Zkplo
Copy link
Contributor

Zkplo commented Aug 17, 2024

Description

ROUND(x [,y]):

  • x: Numbers that need to be rounded. It can be an integer or a floating point number.
  • y: Optional parameter, indicating the number of decimal places to be rounded.
    • If y is omitted, it means rounding x to an integer.
    • If y is a positive number, it means rounding x to y decimal places.
    • If y is negative, it means rounding x to the nearest y decimal place.

Use case

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Copy link

Hello @Zkplo, thank you for opening your first issue in InLong 🧡 We will respond as soon as possible ⏳
If this is a bug report, please provide screenshots or error logs for us to reproduce your issue, so we can do our best to fix it.
If you have any questions in the meantime, you can also ask us on the InLong Discussions 🔍

@aloyszhang
Copy link
Contributor

aloyszhang commented Aug 19, 2024

image FYI, the pull request can be modified many times. You don't need to close and create a new pull request if you want to make some modifications.

@Zkplo
Copy link
Contributor Author

Zkplo commented Aug 20, 2024

image FYI, the pull request can be modified many times. You don't need to close and create a new pull request if you want to make some modifications.
仅供参考,拉取请求可以修改多次。如果您想进行一些修改,则无需关闭并创建新的拉取请求。

Thank you for your suggestion. I will pay attention to it in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment