DTStack / flinkStreamSQL

基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法
Apache License 2.0
2.02k stars 926 forks source link

.RuntimeException: create table statement requires property of type 报错了? #412

Closed ithjz closed 3 years ago

ithjz commented 3 years ago

---tableName---user_log ---planner---flink ---ETableType.SOURCE.getType()---1 ---createTableResult---com.dtstack.flink.sql.parser.CreateTableParser$SqlParserResult@183c5a5 ---LOCAL_SQL_PLUGIN_ROOT---null ---pluginLoadMode---LocalTest ---LOCAL_SQL_PLUGIN_ROOT---null Exception in thread "main" java.lang.RuntimeException: create table statement requires property of type at com.dtstack.flink.sql.table.AbstractTableInfoParser.parseWithTableType(AbstractTableInfoParser.java:90) at com.dtstack.flink.sql.parser.SqlParser.parseSql(SqlParser.java:132) at com.dtstack.flink.sql.exec.ExecuteProcessHelper.getStreamExecution(ExecuteProcessHelper.java:201) at com.dtstack.flink.sql.Main.main(Main.java:45) at com.dtstack.flink.sql.localTest.LocalTest.main(LocalTest.java:84)

Process finished with exit code 1