foxtail463 opened a new pull request, #68166: URL: https://github.com/apache/doris/pull/68166
Problem Summary: CHAR values are truncated at the first NUL byte during decoding and SNII indexing, losing valid suffix bytes and producing incorrect values and query results. Solution: Strip only trailing zero padding from CHAR values while preserving embedded NULs. Apply the same rule to page decoding, zone-map bounds, and SNII term generation. -- 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]
