dubei

Results 8 issues of dubei

### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dlink/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Flink Sql format debezium-json cannot support db include and table...

new feature

## Purpose of the pull request ## Brief change log ## Verify this pull request This pull request is code cleanup without any test coverage. *(or)* This pull request is...

hello,I also had the problem that the with clause could not be parsed, the script is as follows: with temp_traffic_apicost as ( select to_date(create_time) as stat_dt, udfs.get_json_object(udfs.get_json_object(result, '\$.data'),'\$.queryStatus') as return_code,...

SELECT t1.日期 FROM t1 left join t2 on t1.id=t2.id; --Failed SELECT cast(t1.日期 as string) as 日期 FROM t1 left join t2 on t1.id=t2.id; --SUCCESS

wontfix
parser

原生azkaban只支持flow级的分布式,但并不支持job级的,看手册并没有提到同一个flow中的多个job是否可以在多个execture上执行,请问是否支持job粒度的分布式任务执行呢?

Can you add a button to the job manager page to implement the current task and the downstream job execution that depends on the current task. Can you click the...

com.alibaba.druid.sql.parser.ParserException: illegal name, pos 24488, line 623, column 3, token TO at com.alibaba.druid.sql.parser.SQLExprParser.name(SQLExprParser.java:2370) at com.alibaba.druid.sql.dialect.mysql.parser.MySqlExprParser.parseColumn(MySqlExprParser.java:981) at com.alibaba.druid.sql.dialect.mysql.parser.MySqlCreateTableParser.parseCreateTable(MySqlCreateTableParser.java:435) at com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser.parseCreate(MySqlStatementParser.java:296) at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:245) at com.alibaba.druid.sql.SQLUtils.parseStatements(SQLUtils.java:599) at com.alibaba.druid.sql.repository.SchemaRepository.console(SchemaRepository.java:468) at com.alibaba.otter.canal.parse.inbound.mysql.tsdb.MemoryTableMeta.apply(MemoryTableMeta.java:85) at com.alibaba.otter.canal.parse.inbound.mysql.tsdb.DatabaseTableMeta.buildMemFromSnapshot(DatabaseTableMeta.java:423) at...

Why set the hdfs block to 256MB?