abhishekrb19 commented on code in PR #19198:
URL: https://github.com/apache/druid/pull/19198#discussion_r2976819203


##########
processing/src/main/java/org/apache/druid/segment/StringDimensionIndexer.java:
##########
@@ -84,9 +85,12 @@ public StringDimensionIndexer(
     this.maxStringLength = maxStringLength;
   }
 
+  /**
+   * Truncates the value to {@link #maxStringLength} characters if configured, 
otherwise returns it as-is.

Review Comment:
   ```suggestion
      * Truncates the value to the first {@link #maxStringLength} characters if 
configured, otherwise returns it as-is.
   ```



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