Re: Flink SQL的灵异事件----查询语句中增加表中的某个字段时就没法正常查询了。

2020-11-23 文章 jy l
我使用的是release-1.12.0-rc1 Best Jark Wu 于2020年11月24日周二 上午11:42写道: > 看报错像是一个 bug。 请问使用的是哪个版本呢? > 可以去 JIRA issue 提个 issue。 > > Best, > Jark > > On Tue, 24 Nov 2020 at 11:27, jy l wrote: > > > Hi: > > FlinkSQL我在使用时发生一件很诡异的事件。具体如下: > > > > 我的DDL: > > create table if not exists t_order( > > id int PRI

Re: Flink SQL的灵异事件----查询语句中增加表中的某个字段时就没法正常查询了。

2020-11-23 文章 Jark Wu
看报错像是一个 bug。 请问使用的是哪个版本呢? 可以去 JIRA issue 提个 issue。 Best, Jark On Tue, 24 Nov 2020 at 11:27, jy l wrote: > Hi: > FlinkSQL我在使用时发生一件很诡异的事件。具体如下: > > 我的DDL: > create table if not exists t_order( > id int PRIMARY KEY comment '订单id', > timestamps bigint comment '订单创建时间', > orderInformationId string c

Flink SQL的灵异事件----查询语句中增加表中的某个字段时就没法正常查询了。

2020-11-23 文章 jy l
Hi: FlinkSQL我在使用时发生一件很诡异的事件。具体如下: 我的DDL: create table if not exists t_order( id int PRIMARY KEY comment '订单id', timestamps bigint comment '订单创建时间', orderInformationId string comment '订单信息ID', userId string comment '用户ID', categoryId int comment '商品类别', productId int comment '商品ID', price decimal(1