microsoft / microsoft/durabletask-mssql
Exception: Trying to pass a table-valued parameter with 13 column(s) where the corresponding user-defined table type requires 14 column(s).
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 105
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
We're seeing this error in our logs after updating to 1.6.0. Luckily it doesn't actually seem to be breaking anything but I don't know if there's any side effects we haven't noticed yet.
Stack trace is attached.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the attached SqlDurableTaskIssueStackTrace.json and trace the reported call into the SQL provider after the 1.6.0 update. No source file or test is named, so identify the code constructing the table-valued parameter and the corresponding user-defined type; the issue is done when the column-count mismatch is explained and a regression check passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100