[IoTDB-1518] Session null pointer when create timeseries
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 115
Description
In org.apache.iotdb.session.Session, createMultiTimeseries don't support encoding or compressor to be null, which will throw null pointer error. But in client, it is supported to create series without encoding and compressor. The details are as follows


Contributor guide
Research direction
Start at org.apache.iotdb.session.Session and inspect createMultiTimeseries, focusing on how null encoding and compressor values are handled. Reproduce the reported null-pointer case and verify that creating timeseries without those values succeeds without changing supported client behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100