-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
array parsing in hql failes #168
Comments
@herokri thanks for reporting - will take a look on it on weekends |
@xnuinside Any updates on this plz..? |
@hanaluana , hi, I don’t have a time last several months because of personal issues. Didn’t work on it yet |
I was able to fix this problem by simply adding a space after ARRAY. Like that "ARRAY <string>". Then remove space after parsing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Found this bug provided test:
Error Message:
p = LexToken(RT,'ARRAY',1,65)
E simple_ddl_parser.ddl_parser.DDLParserError: Unknown statement at LexToken(RT,'ARRAY',1,65)
The text was updated successfully, but these errors were encountered: