aho135 commented on code in PR #19258:
URL: https://github.com/apache/druid/pull/19258#discussion_r3055455621


##########
processing/src/main/java/org/apache/druid/segment/IndexSpec.java:
##########
@@ -298,6 +312,16 @@ public IndexSpec getEffectiveSpec()
       );
     }
 
+    if (stringColumnFormatSpec != null) {
+      bob.withStringColumnFormatSpec(
+          
StringColumnFormatSpec.getEffectiveFormatSpec(stringColumnFormatSpec, this)
+      );
+    } else if (defaultSpec.stringColumnFormatSpec != null) {
+      bob.withStringColumnFormatSpec(

Review Comment:
   I see a similar pattern for other properties but I don't think it's actually 
needed in this case



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