Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected logic in how negated, null, and not null terms are handled … #2476

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

apmoriarty
Copy link
Collaborator

…by the IngestTypeVisitor and IngestTypePruningVisitor.

Added stochastic integration test for the IngestTypeVisitor

Updated QueryGenerator to support fine-grained query generation

Added concept of internal vs. external visits for the IngestTypeVisitor. Internal visits will return the effective types for a node or subtree (the types for executable terms), while an external visit will return all types regardless of a term's executability state.

…by the IngestTypeVisitor and IngestTypePruningVisitor.

Added stochastic integration test for the IngestTypeVisitor

Updated QueryGenerator to support fine-grained query generation

Added concept of internal vs. external visits for the IngestTypeVisitor. Internal visits will return the effective types
for a node or subtree (the types for executable terms), while an external visit will return all types regardless of a
term's executability state.
Copy link
Collaborator

@jwomeara jwomeara left a comment

Choose a reason for hiding this comment

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

i don't see any obvious query microservice breakages...

@apmoriarty apmoriarty merged commit 24ac799 into integration Jul 31, 2024
4 checks passed
@apmoriarty apmoriarty deleted the bugfix/ingest-type-null-non-nulls branch July 31, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants