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

Table DDL fails properly process frozen param #5

Open
Kindrat opened this issue Jul 27, 2018 · 0 comments
Open

Table DDL fails properly process frozen param #5

Kindrat opened this issue Jul 27, 2018 · 0 comments
Assignees
Labels
Projects

Comments

@Kindrat
Copy link
Owner

Kindrat commented Jul 27, 2018

Existing DDL view splits lines by ',' that is a problem for parametric frozen spec.

 CREATE TABLE system_schema.tables (
       keyspace_name text,
        table_name text,
        bloom_filter_fp_chance double,
        caching frozen<map<text,
        text>>,
        cdc boolean,
        comment text,
        compaction frozen<map<text,
        text>>,
        compression frozen<map<text,
        text>>,
        crc_check_chance double,
        dclocal_read_repair_chance double,
        default_time_to_live int,
        extensions frozen<map<text,
        blob>>,
        flags frozen<set<text>>,
        gc_grace_seconds int,
        id uuid,
        max_index_interval int,
        memtable_flush_period_in_ms int,
        min_index_interval int,
        read_repair_chance double,
        speculative_retry text,
        PRIMARY KEY (keyspace_name, table_name)
    ) 
@Kindrat Kindrat added the bug label Jul 27, 2018
@Kindrat Kindrat self-assigned this Jul 27, 2018
@Kindrat Kindrat added this to ToDo in Dev Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Dev
ToDo
Development

No branches or pull requests

1 participant