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][Sort] Optimize the field type conversion between source and target in the whole database scenario #8825

Closed
2 tasks done
yunqingmoswu opened this issue Sep 1, 2023 · 0 comments · Fixed by #8826
Closed
2 tasks done

Comments

@yunqingmoswu
Copy link
Contributor

Description

Optimize the field type conversion between source and target in the whole database scenario.
There are two main parts here:

  • During type conversion, try to be consistent with the source end, such as the precision information of decimal or the length information of varchar, etc.
  • Optimize that when the source field information cannot be obtained, try to complete the source field information as much as possible, such as giving decimal a better default precision or giving varchar a better default length.

Use case

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

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