Till Westmann has posted comments on this change. Change subject: ASTERIXDB-1569: the config file now supports unit, comma, and decimal. ......................................................................
Patch Set 1: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/1064/1/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/StorageUtil.java File hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/StorageUtil.java: Line 108: unitType = StorageUnit.KILOBYTE; > Done I see that the lowercasing is here now, but the code not a method in StorageUnit. It seems to me that this code would be better placed in the StorageUnit enum, as that would basically be a factory method that creates a StorageUnit from a string. Does this make sense? -- To view, visit https://asterix-gerrit.ics.uci.edu/1064 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I763d1b06e93f75775c0294da0d609c2bf3e102c9 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Taewoo Kim <[email protected]> Gerrit-Reviewer: Chen Li <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Taewoo Kim <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-HasComments: Yes
