[Bug] java.lang.UnsupportedOperationException: org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 115
Description
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
iotdb V1.0.0
iotdb-session 1.0.0
### Describe the bug and provide the minimal reproduce step
通过SessionPool的insertAlignedRecord函数往iotdb里面写入INT32、DOUBLE、BOOLEAN
### What did you expect to see?
INT32可以正常解析
### What did you see instead?

### Anything else?
_No response_
### Are you willing to submit a PR?
- [X] I'm willing to submit a PR!
Contributor guide
Research direction
Start by reproducing the failure with IoTDB 1.0.0 and the SessionPool.insertAlignedRecord call using INT32, DOUBLE, and BOOLEAN values. Trace the java.lang.UnsupportedOperationException involving IntColumnBuilder and compare it with the expected handling of INT32. Done means the same aligned insert succeeds and INT32 is parsed correctly, with regression coverage added where the relevant behavior is tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100