LakshSingla commented on code in PR #10277:
URL: https://github.com/apache/druid/pull/10277#discussion_r1475617553


##########
processing/src/main/java/org/apache/druid/segment/column/ColumnCapabilities.java:
##########
@@ -37,6 +37,12 @@ public interface ColumnCapabilities
    */
   ValueType getType();
 
+  /**
+   *
+   * If ValueType is COMPLEX, then the typeName associated with it.
+   */
+  String getComplexTypeName();

Review Comment:
   I am wondering about the need for this change, especially since it isn't a 
"capability". Also, we usually have the column type where we get the capability 
from, making this redundant. 



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