Combining predicates in string dialect can cause errors if IS LEAF is first predicate #149
Labels
area-query-lang
Issues and PRs related to Hatchet's query language
priority-normal
Normal priority issues and PRs
type-bug
Identifies bugs in issues and identifies bug fixes in PRs
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
).The text was updated successfully, but these errors were encountered: