cecemei commented on code in PR #18541:
URL: https://github.com/apache/druid/pull/18541#discussion_r2396282529
##########
processing/src/main/java/org/apache/druid/segment/column/TypeStrategies.java:
##########
@@ -697,4 +701,77 @@ public Class<?> getClazz()
return Object[].class;
}
}
+
+ public static final class JsonTypeStrategy implements TypeStrategy
+ {
+ private final ObjectStrategy objectStrategy;
Review Comment:
moved all functions to TypeStrategy, looks better for encapsulation!
--
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]