I have seen both types of indentation being used; I have implemented your suggestion.
and yes, I am aware that Java enums are more powerful; for now didn't have a need to enhance it. I have a added a private variable IOTypeString in case caller wants to get the string representation. Didn't use this in the code as I wanted to avoid expensive string concatenation (especially now that the caller is not using the isStatsLoggingEnabled() check). [ Full content available at: https://github.com/apache/drill/pull/1444 ] This message was relayed via gitbox.apache.org for [email protected]
