Skip to content

Last semi-colon is dropped in multiple-statements #1322

@xerial

Description

@xerial

Input

create table if not exists test_table as select 1 as id, 'test' as name;
create or replace view test_view as select * from test_table;
show create view test_view;

LogicalPlan -> SQL:

create table if not exists test_table as select 1 as id, 'test' as name;
create or replace view test_view as select * from test_table;
show create view test_view

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions