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

No column name in the error #9776

Open
makorne opened this issue Sep 26, 2024 · 0 comments
Open

No column name in the error #9776

makorne opened this issue Sep 26, 2024 · 0 comments

Comments

@makorne
Copy link

makorne commented Sep 26, 2024

I have a table with many named columns with types: uint8, uint16, uint32, uint64, int64 ...

Insert got the error:

YdbStatusError { message: \"Operation { id: \\\"\\\", ready: true, status: BadRequest, issues: [IssueMessage { position: None, message: \\\"contrib/ydb/core/kqp/session_actor/kqp_session_actor.cpp:768: Invalid value representation for type: Uint8, expected value case: 3, but current: 2\\\", end_position: None, issue_code: 0, severity: 1, issues: [] }],
 result: Some(Any { type_url: \\\"type.googleapis.com/Ydb.Table.ExecuteQueryResult\\\", value: [18, 28, 10, 26, 48, 49, 106, 56, 112, 51, 112, 113, 51, 50, 49, 120, 102, 102, 120, 52, 119, 48, 107, 99, 109, 107, 120, 54, 49, 48] }),
  metadata: None, cost_info: None }\", operation_status: 400010, issues: [YdbIssue { issue_code: 0, message: \"contrib/ydb/core/kqp/session_actor/kqp_session_actor.cpp:768: Invalid value representation for type: Uint8, expected value case: 3, but current: 2\", issues: [], severity: Error }] })")

How to find the name of the column that issued the error?
Usually the error should include such a name...

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