clintropolis commented on code in PR #12914:
URL: https://github.com/apache/druid/pull/12914#discussion_r953257381


##########
core/src/main/java/org/apache/druid/segment/column/ValueType.java:
##########
@@ -63,23 +63,37 @@ public enum ValueType implements TypeDescriptor
    * String object type. This type may be used as a grouping key, an input to 
certain types of complex sketch
    * aggregators, and as an input to expression virtual columns. String types 
might potentially be 'multi-valued' when
    * stored in segments, and contextually at various layers of query 
processing, but this information is not available
-   * through this enum alone, and must be accompany this type indicator to 
properly handle.
+   * at this level.
+   *
+   * Strings are typically represented as {@link String}, but multi-value 
strings might also appear as a

Review Comment:
   I guess i intended to convey that it can vary from value to value/row to 
row, but on second reading agree its not entirely clear, will make some 
adjustments



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to