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

tidb-lightning need to support fields starting with _ when the import file type is parquet #36980

Closed
glkappe opened this issue Aug 9, 2022 · 4 comments · Fixed by #36985
Closed
Labels
affects-5.4 This bug affects 5.4.x versions. affects-6.1 affects-6.2 component/lightning This issue is related to Lightning of TiDB. severity/minor type/bug The issue is confirmed as a bug.

Comments

@glkappe
Copy link

glkappe commented Aug 9, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

tidb-lightning need to support fields starting with _ when the import file type is parquet

1. Minimal reproduce step (Required)

  1. fields starting with _ of parquet
  2. use tidb-lightning import

2. What did you expect to see? (Required)

import success

3. What did you see instead (Required)

Root cause: PreCheckFailed: TiDB schema `test`.`tbl` doesn't have column pargo_prefix__abc, please check table schema 

4. What is your TiDB version? (Required)

tidb、tidb-lightning :v6.1.0

@glkappe glkappe added the type/bug The issue is confirmed as a bug. label Aug 9, 2022
@D3Hunter
Copy link
Contributor

D3Hunter commented Aug 9, 2022

duplicate with #36981

@glkappe
Copy link
Author

glkappe commented Aug 9, 2022

ok i wiil close this issue

@glkappe glkappe closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2022
@D3Hunter D3Hunter reopened this Aug 9, 2022
@D3Hunter
Copy link
Contributor

D3Hunter commented Aug 9, 2022

ok i wiil close this issue

will close automatically after pr merged

@jebter jebter added the component/lightning This issue is related to Lightning of TiDB. label Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-5.4 This bug affects 5.4.x versions. affects-6.1 affects-6.2 component/lightning This issue is related to Lightning of TiDB. severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants