weizihan0110 commented on a change in pull request #2468:
URL: https://github.com/apache/iotdb/pull/2468#discussion_r565324029
##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java
##########
@@ -1843,7 +1889,7 @@ private void internalCreateTimeseries(PartialPath path,
TSDataType dataType)
getDefaultEncoding(dataType),
TSFileDescriptor.getInstance().getConfig().getCompressor(),
Collections.emptyMap());
- } catch (PathAlreadyExistException | AliasAlreadyExistException e) {
+ } catch (PathAlreadyExistException | AliasAlreadyExistException e) { //
TODO: 2021/1/7 这个exception不会抛出来
Review comment:
Opps, My fault... I'll be very care of not pushing such Chinese comments
in the next push that solves all the reasonable problems.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]