Describe the bug
CREATE OR REPLACE TABLE is not recognized. The parser returns empty list.
To Reproduce
I'm using "parse_from_file()". The DDL is from Snowflake DB.
Example of not working DDL:
create or replace table someTable (
someField varchar(4)
);
Expected behaviour
See correct output.