Mryange opened a new pull request, #67043: URL: https://github.com/apache/doris/pull/67043
Nullable CHAR columns can carry a non-empty nested string payload for rows whose logical value is NULL. The CHAR storage converter previously validated that payload against the CHAR length even though the row was NULL, causing an unnecessary DCHECK during INSERT. This change passes the null map into CHAR padding and skips validation and copying for NULL rows while preserving the existing checks for non-NULL rows. -- 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]
