Skip to content

Conversation

@gertjanal
Copy link
Contributor

Description

In this PR: #27129 I missed one class when a rename was suggested.

Additional context and related issues

Before:

   private final Optional<Pattern> originalUserRegex;
   private final Optional<Pattern> authenticatedUserRegex;
   private final Optional<Pattern> sourceRegex;
   private final Optional<Pattern> queryText;

After:

   private final Optional<Pattern> originalUserRegex;
   private final Optional<Pattern> authenticatedUserRegex;
   private final Optional<Pattern> sourceRegex;
   private final Optional<Pattern> queryTextRegex;

Release notes

( X ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Dec 14, 2025
@wendigo wendigo merged commit f36920f into trinodb:master Dec 15, 2025
22 checks passed
@github-actions github-actions bot added this to the 480 milestone Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants