clintropolis commented on code in PR #17762:
URL: https://github.com/apache/druid/pull/17762#discussion_r2377704606
##########
processing/src/main/java/org/apache/druid/segment/nested/NestedCommonFormatColumn.java:
##########
@@ -125,10 +132,11 @@ public ColumnFormat merge(@Nullable ColumnFormat
otherFormat)
if (otherFormat instanceof Format) {
final Format other = (Format) otherFormat;
+ // todo (clint): actually merge columnFormatSpec, maybe
Review Comment:
oops, this was a mistake, removed and added real comments
--
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]