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
enableAutoCreateSchemawhen insert, and decide to callgetDataPartitionorgetOrCreatePartition.