imply-cheddar commented on code in PR #14461:
URL: https://github.com/apache/druid/pull/14461#discussion_r1239328213


##########
processing/src/main/java/org/apache/druid/segment/column/TypeSignature.java:
##########
@@ -167,6 +167,12 @@ default boolean isArray()
     return getType().isArray();
   }
 
+  @JsonIgnore
+  default boolean isArrayPrimitive()

Review Comment:
   Nit: "primitive array" would be the normal order of those words.  "array 
primitive" makes it sound like there's some primitive that is an array?



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