Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/755#discussion_r171944767 --- 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 -- OK. Will fix this. Eclipse didn't pop it up for me.
---