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

drainer: rtrim char type column in sql #1164

Open
cartersz opened this issue May 25, 2022 · 4 comments
Open

drainer: rtrim char type column in sql #1164

cartersz opened this issue May 25, 2022 · 4 comments

Comments

@cartersz
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. 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.

  2. What did you expect to see?
    when table defined the char type column, rtrim function will be used in sql

  3. What did you see instead?
    it do not rtrim the char type column.

  4. Please provide the relate downstream type and version of drainer.
    (run drainer -V in terminal to get drainer's version)

@niubell
Copy link

niubell commented May 26, 2022

/label affects-6.1

@ti-chi-bot
Copy link
Member

@niubell: The label(s) affects-6.1 cannot be applied. These labels are supported: contribution, duplicate, feature-request, first-time-contributor, invalid, need-update-ansible, need-update-docs, needs-cherry-pick-release-2.1, needs-cherry-pick-release-3.0, needs-cherry-pick-release-3.1, needs-cherry-pick-release-4.0, needs-cherry-pick-release-5.0, needs-cherry-pick-release-5.1, needs-cherry-pick-release-5.2, needs-cherry-pick-release-5.3, needs-cherry-pick-release-5.4, needs-cherry-pick-release-6.0, needs-cherry-pick-release-6.1, p0, p1, p2, question, wontfix.

In response to this:

/label affects-6.1

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.

@niubell
Copy link

niubell commented May 27, 2022

/label needs-cherry-pick-release-6.1

@ti-chi-bot
Copy link
Member

@niubell: The label(s) needs-cherry-pick-release-6.1 cannot be applied, because the repository doesn't have them.

In response to this:

/label needs-cherry-pick-release-6.1

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.

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

No branches or pull requests

4 participants