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

text field parsed as blob type #1430

Open
shyandsy opened this issue Nov 14, 2024 · 0 comments
Open

text field parsed as blob type #1430

shyandsy opened this issue Nov 14, 2024 · 0 comments

Comments

@shyandsy
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.

create table mcar_consistent_result
(
.......
verify_comment text null,
.......
}

I wanna get type of each

  1. What did you expect to see?

I wanna get the type "text" for field verify_comment

  1. What did you see instead?
    actually I get the type "blob" for field verify_comment
image image
  1. What version of TiDB SQL Parser are you using?

github.com/pingcap/tidb/pkg/parser v0.0.0-20241113160756-97e7b5c268bd

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

No branches or pull requests

1 participant