apache / apache/iotdb

[Bug] java.lang.UnsupportedOperationException: org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder

Open
#10,273 1 comment 0 reactions 0 assignees View on GitHub
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?

![image](https://github.com/apache/iotdb/assets/26411759/91d0609b-4e9a-4915-b216-ed888efb6f09)

### Anything else?

_No response_

### Are you willing to submit a PR?

- [X] I'm willing to submit a PR!

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.