cannot query table data without a specific column type
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start by locating the Scan implementation and reproduce the reported call with cols := make([]any, 3) and sd.Scan(cols...). Trace where the dest[0] types must be *[]byte or *string error is produced; done means table data can be fetched without specifying a concrete column type.
Written by the indexing model from the issue text.
Description
I got the following errors:
dest[0] types must be *[]byte or *string
when I try to fetch all the data via:
cols := make([]any, 3)
sd.Scan(cols...)
- Dominant language
- Go
- Stars
- 74
- Forks
- 45
- Avg merge
- 11d 13h
- Merged PRs (30d)
- 1
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.
More from apache/iotdb-client-go
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
apache/iotdb-client-go#141 ·
All issues in apache/iotdb-client-go
Similar issues
-
kind/bug needs-triage
Difficulty 1/5 Under an hour Newbie friendliness 72/100
matrixorigin/matrixone#29223 ·
-
needs-acceptance wg/data-plane-networking
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
vllm-project/semantic-router#4024 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
alexgorbatchev/dotfiles#107 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100