Skip to content

Commit

Permalink
Merge pull request #1345 from Plasma/feature-partition-filter
Browse files Browse the repository at this point in the history
Detect the 'partition' token during filter element parsing
  • Loading branch information
OsirisTerje committed Oct 16, 2023
2 parents 5c2c74f + 6e3d17e commit 430d207
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 430d207

Please sign in to comment.