You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parsing is therefore stopped when reaching the "y" token. In the parse tree it can be seen that it is actually parsed as a <GET_FIELD_STRING>, which doesn't match the expected tokens.
Expected behavior
Should parse the "y" as a StringType and continue to the by instruction.
How to reproduce
Test the query above.
Screenshots
Software version
6.1.0
Desktop (please complete the following information if relevant):
OS:
Browser:
Version:
Additional context
tstatsSyntaxParseTest in TstatsSyntaxTests.java has been disabled because of this issue in PR #52.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a test case for a query:
| tstats prestats=f append=true count where host=y BY foobar
which results to the error:
The parsing is therefore stopped when reaching the "y" token. In the parse tree it can be seen that it is actually parsed as a <GET_FIELD_STRING>, which doesn't match the expected tokens.
Expected behavior
Should parse the "y" as a StringType and continue to the by instruction.
How to reproduce
Test the query above.
Screenshots
Software version
6.1.0
Desktop (please complete the following information if relevant):
Additional context
tstatsSyntaxParseTest in TstatsSyntaxTests.java has been disabled because of this issue in PR #52.
The text was updated successfully, but these errors were encountered: