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 if this change is required?
--
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]