Skip to content

Combining predicates in string dialect can cause errors if IS LEAF is first predicate #149

@ilumsden

Description

@ilumsden

When creating a string dialect predicate consisting of IS LEAF followed by other predicates (e.g., p."name" = "..."), applying the query will fail because the type check will have a leading Python binary operation (e.g., and, or).

Metadata

Metadata

Assignees

Labels

area-query-langIssues and PRs related to Hatchet's query languagepriority-normalNormal priority issues and PRstype-bugIdentifies bugs in issues and identifies bug fixes in PRs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions