aho135 commented on code in PR #19258:
URL: https://github.com/apache/druid/pull/19258#discussion_r3055448655
##########
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:
Is this needed? stringColumnFormatSpec is always null in the defaultSpec
--
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]