Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/755#discussion_r171089128
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/store/LocalPersistentStore.java
---
@@ -141,11 +198,33 @@ public static DrillFileSystem
getFileSystem(DrillConfig config, Path root) throw
}
}
+ /**
+ * Add profile name to a TreeSet
+ * @param profileName
--- End diff --
Please do not leave `@param`, `@return` without description. IDE usually
highlights them, asking to add description.
---