lets-order-some-fries commented on issue #66120: URL: https://github.com/apache/doris/issues/66120#issuecomment-5443497744
@Baymine thanks for the thorough analysis — I verified the `SearchSignature` trace against current master and it holds (the equal-score tie-break keeps the first-listed candidate, and the #64127 penalty never fires for slots). Since this has been open a month I've opened #67238 implementing the reorder you proposed, with a unit test covering all 12 functions in both directions (varchar slots → DATETIMEV2; timestamptz slots still → TIMESTAMPTZ). If you'd still prefer to submit your own PR, happy to close mine. -- 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]
