gavinchou opened a new pull request, #52762: URL: https://github.com/apache/doris/pull/52762
length 128 of column frontend_ip of audit log table may be not large enough for k8s env. ``` Reason:column_name [frontend_ip], the length of input is too long than schema. first 32 bytes of input str: [ abcedf-xxxxxx-yyyyyyy] schema length: 128; actual length:159; . src line []; ``` -- 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]
