iotdb
iotdb copied to clipboard
[IOTDB-4571] Add doc in IPartitionFetcher and fix incorrect use.
- Add doc in IPartitionFetcher to explain the params and the use of method.
- Fix incorrect use of IPartitionFetcher when write. We need to consider
enableAutoCreateSchema
when insert, and decide to callgetDataPartition
orgetOrCreatePartition
.