Mryange opened a new pull request, #67121: URL: https://github.com/apache/doris/pull/67121
`AUTO_PARTITION_NAME` accepted case-insensitive `list` and `range` arguments in FE, but BE compared them case-sensitively. Uppercase `LIST` was incorrectly routed to the range implementation and could access a missing third argument, causing a BE core. The BE now normalizes partition type and range granularity arguments before dispatch, with unit coverage for mixed-case inputs. -- 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]
