wuwenchi commented on PR #35279:
URL: https://github.com/apache/doris/pull/35279#issuecomment-2132061118

   > How can ensure that the length of string-type fields meets the 
requirements of varchar?
   @morrySnow 
   We cannot guarantee that the string type length of the external data source 
will not exceed 65533.
   But in actual use, if a string is used as a partition column, the string 
will be converted into a path, and the path has a length limit in Linux, so we 
don't have to worry about the string length of the partition field exceeding 
65533. Is it right?


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to