Skip to content

SQL summary: support CTEs (common table expressions)#16079

Merged
trask merged 4 commits intoopen-telemetry:mainfrom
trask:sql-summary-ctes
Feb 11, 2026
Merged

SQL summary: support CTEs (common table expressions)#16079
trask merged 4 commits intoopen-telemetry:mainfrom
trask:sql-summary-ctes

Conversation

@trask
Copy link
Copy Markdown
Member

@trask trask commented Jan 31, 2026

No description provided.

@trask trask force-pushed the sql-summary-ctes branch 4 times, most recently from 878696c to da60443 Compare February 1, 2026 02:51
@trask trask marked this pull request as ready for review February 1, 2026 03:54
@trask trask requested a review from a team as a code owner February 1, 2026 03:54
void handleIdentifier() {
if (expectingCteName) {
// This is the CTE name - record it in global set for filtering CTE references
cteNames.add(yytext().toLowerCase());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually we use toLowerCase with Locale.ROOT. Here it shouldn't matter whether the locale is used, though might help to add it for consistency.

@trask trask enabled auto-merge (squash) February 11, 2026 15:36
@trask trask merged commit e0e94ed into open-telemetry:main Feb 11, 2026
85 checks passed
@trask trask deleted the sql-summary-ctes branch February 11, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants