Skip to content
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

Parser hangs with certain CREATE TABLE statement #12

Open
danburkert opened this issue Oct 8, 2016 · 1 comment
Open

Parser hangs with certain CREATE TABLE statement #12

danburkert opened this issue Oct 8, 2016 · 1 comment

Comments

@danburkert
Copy link
Owner

The following statement fails to return from parsing:

create table t1 (a int32 primary key(a),) pARTITION by hASH(a)  PARTITIONS 2, RANGE(a) (PARTITION 99 < VALUES <= (100)) REPLICAS 1;
@danburkert danburkert changed the title Parser hangs with certain CREATE TABLE error Parser hangs with certain CREATE TABLE statement Oct 8, 2016
@danburkert
Copy link
Owner Author

Also appears to be an issue for certain ALTER TABLE statements, e.g.: alter table test add column col int32;.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant