-
Notifications
You must be signed in to change notification settings - Fork 131
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
drainer: rtrim char type column in sql #1164
Comments
/label affects-6.1 |
@niubell: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/label needs-cherry-pick-release-6.1 |
@niubell: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
oracle will pad column of char type, if the value length less than the length defined ,
we need to rtrim the column in where clause in sql.
What did you expect to see?
when table defined the char type column, rtrim function will be used in sql
What did you see instead?
it do not rtrim the char type column.
Please provide the relate downstream type and version of drainer.
(run
drainer -V
in terminal to get drainer's version)The text was updated successfully, but these errors were encountered: