Re: Sorting by source event time

2022-09-27 Thread Noel OConnor
nor" > 收件人: "User" > 发送时间: 星期二, 2022年 9 月 27日 上午 2:10:36 > 主题: Sorting by source event time > > Hi, > I have a temporary view created from a datastream. > > tableEnv.createTemporaryView("productDetailsView", productStream, >

Re: Sorting by source event time

2022-09-26 Thread yuxia
bled__` to true. But remember it's just experimental, which may bring unexpect behavior. Best regards, Yuxia - 原始邮件 - 发件人: "Noel OConnor" 收件人: "User" 发送时间: 星期二, 2022年 9 月 27日 上午 2:10:36 主题: Sorting by source event time Hi, I have a temporary view created from a data

Sorting by source event time

2022-09-26 Thread Noel OConnor
Hi, I have a temporary view created from a datastream. tableEnv.createTemporaryView("productDetailsView", productStream, Schema.newBuilder() .columnByMetadata("eventTime", "TIMESTAMP_LTZ(3)", "rowtime", Boolean.TRUE) .watermar