Skip to content

Commit

Permalink
Merge pull request #1347 from Plasma/feature-partition-filter-version315
Browse files Browse the repository at this point in the history
Detect the 'partition' token during filter element parsing (version315 branch)
  • Loading branch information
OsirisTerje committed Oct 16, 2023
2 parents 153574f + 30149b8 commit 00c8fde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public string ParseFilterElement()
case "name":
case "test":
case "namespace":
case "partition":
Token op = lhs.Text == "id"
? Expect(EQ_OPS)
: Expect(REL_OPS);
Expand Down

0 comments on commit 00c8fde

Please sign in to comment.