Changes between Initial Version and Version 2 of Ticket #35732
- Timestamp:
- Sep 5, 2024, 9:28:29 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35732
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Version 5.0 → 5.1
-
Ticket #35732 – Description
initial v2 1 A change from 5.0.8 to 5.1 raised a test failure in one of our queries that combines Concat with TrigramSimilarity. @emicuencac tracked this down to a recently deployed simplification on how Concat is rendered to sql here # 17471which leads to the pipe operator not being wrapped in parenthesis which were implicit when using CONCAT(...).1 A change from 5.0.8 to 5.1 raised a test failure in one of our queries that combines Concat with TrigramSimilarity. @emicuencac tracked this down to a recently deployed simplification on how Concat is rendered to sql here #34955 which leads to the pipe operator not being wrapped in parenthesis which were implicit when using CONCAT(...). 2 2 Here is a more explicit example 3 3 {{{