Skip to content

Commit

Permalink
test stix-shifter v6
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 26, 2023
1 parent 8ff19d6 commit 9bd34eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ install_requires =
docker>=5.0.0
requests>=2.31.0
nest-asyncio>=1.5.6
stix-shifter==5.3.1
stix-shifter-utils==5.3.1
stix-shifter==6.0.2
stix-shifter-utils==6.0.2
firepit>=2.3.25
tests_require =
pytest
Expand Down
2 changes: 1 addition & 1 deletion src/kestrel/syntax/kestrel.lark
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ grp_spec: grp_expr ("," grp_expr)*
grp_expr: ATTRIBUTE
| bin_func

bin_func: "BIN"i "(" ATTRIBUTE "," INT timeunit? ")"
// No other scalar funcs are supported yet
bin_func: "BIN"i "(" ATTRIBUTE "," INT timeunit? ")"

agg_list: agg ("," agg)*

Expand Down

0 comments on commit 9bd34eb

Please sign in to comment.