apache / apache/iotdb-client-go
cannot query table data without a specific column type
Open
- Dominant language
- Go
- Stars
- 74
- Forks
- 45
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 4
Description
I got the following errors:
`dest[0] types must be *[]byte or *string`
when I try to fetch all the data via:
```golang
cols := make([]any, 3)
sd.Scan(cols...)
```
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
- Tech stack
- go
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100