herokri
Results
1
issues of
herokri
Hi Found this bug provided test: ``` python ddl = """ CREATE TABLE IF NOT EXISTS default.salesorderdetail( column_abc ARRAY, ) """ result = DDLParser(ddl, silent=False, normalize_names=True).run(output_mode="hql", group_by_type=True) expected = {...