dt-sql-parser icon indicating copy to clipboard operation
dt-sql-parser copied to clipboard

SQL Parsers for BigData, built with antlr4.

Results 71 dt-sql-parser issues
Sort by recently updated
recently updated
newest added

### Version v4.1 ### Which SQL? Hive ### SQL content ```sql CREATE TABLE table1 ``` ### JavaScript/TypeScript code _No response_ ### What happened? 建表语句缺少列定义的情况,在 Hive 实际语法中是非法的,但在解析树中没有报错 导致 c3 收集补全时把 `statement`...