You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select id from tableA t1 GLOBAL join tableB t2 on t1.id=t2.id
报错
Exception in thread "main" com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'id from tableA t1 global join tableB t2 on t1.id, pos 31, line 1, column 26, token GLOBAL
at com.alibaba.druid.sql.parser.SQLParser.printError(SQLParser.java:576)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:602)
at com.alibaba.druid.sql.SQLUtils.parseStatements(SQLUtils.java:565)
at com.alibaba.druid.sql.SQLUtils.parseStatements(SQLUtils.java:587)
at io.terminus.dice.fdp.tagengine.utils.TsqlUtil.convertDruidChsql(TsqlUtil.java:112)
at io.terminus.dice.fdp.tagengine.utils.TsqlUtil.main(TsqlUtil.java:124)
版本
1.2.6
sql
select id from tableA t1 GLOBAL join tableB t2 on t1.id=t2.id
报错
Exception in thread "main" com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'id from tableA t1 global join tableB t2 on t1.id, pos 31, line 1, column 26, token GLOBAL
at com.alibaba.druid.sql.parser.SQLParser.printError(SQLParser.java:576)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:602)
at com.alibaba.druid.sql.SQLUtils.parseStatements(SQLUtils.java:565)
at com.alibaba.druid.sql.SQLUtils.parseStatements(SQLUtils.java:587)
at io.terminus.dice.fdp.tagengine.utils.TsqlUtil.convertDruidChsql(TsqlUtil.java:112)
at io.terminus.dice.fdp.tagengine.utils.TsqlUtil.main(TsqlUtil.java:124)
https://github.com/alibaba/druid/issues/3977显示1.2.2已解决,但是在1.2.6中还是无法解析clickhouse的global
The text was updated successfully, but these errors were encountered: