Skip to content

DM-54599: validateDominantDbs() is called more frequently than seems necessary #1017

Merged
iagaponenko merged 1 commit intomainfrom
tickets/DM-54599
Apr 9, 2026
Merged

DM-54599: validateDominantDbs() is called more frequently than seems necessary #1017
iagaponenko merged 1 commit intomainfrom
tickets/DM-54599

Conversation

@iagaponenko
Copy link
Copy Markdown
Contributor

The PR addresses a design problem of the original implementation. The new implementation:

  • Pushed dominant DB validation into the query analysis stage
  • Made the validator a private method of the QuerySession class
  • Eliminated all other calls to the validator
  • Adjusted unit tests to skip the validations since this operation requires non-trivial CSS

MAde the validator a private method of the QuerySession class.
Eliminated all other calls to the validator.
Adjusted unit tests to skip the validatons since this operation requires
non-trivial CSS.
Copy link
Copy Markdown
Contributor

@jgates108 jgates108 left a comment

Choose a reason for hiding this comment

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

That looks like the correct way to handle that.

@iagaponenko iagaponenko merged commit 32fbf4f into main Apr 9, 2026
7 checks passed
@iagaponenko iagaponenko deleted the tickets/DM-54599 branch April 9, 2026 20:24
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