Skip to content

Partitions are not handled  #118

@sr1dar

Description

@sr1dar

Describe the bug
Partition definition is not handled by the parser, 'parse_from_file' Returns an empty list

To Reproduce
Steps to reproduce the behavior:

Add this code to a simple create table query:

PARTITION BY col(id)
(
PARTITION a VALUES('12') WITH (appendonly='false'),
PARTITION b VALUES('9') WITH (appendonly='false')
);

Expected behavior
Return an non empty result or If there is a problem with partition,skip partition result instead of giving no result at all.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions