Re: Union fields with time attributes have different types

2021-02-28 Thread Jark Wu
) > ) > SELECT `evt`, `value`, `startts`, `endts` > FROM aggs_1m > UNION > SELECT `evt`, `value`, `startts`, `endts` > FROM aggs_3m > > But it's throwing this exception > > org.apache.flink.table.api.ValidationException: Union fields with time > attributes have different types. > > Doesn't TUMBLE_START(somets, ...) return a TIMESTAMP of the same type? > > -- > Sebastián Ramírez Magrí >

Union fields with time attributes have different types

2021-02-21 Thread Sebastián Magrí
m But it's throwing this exception org.apache.flink.table.api.ValidationException: Union fields with time attributes have different types. Doesn't TUMBLE_START(somets, ...) return a TIMESTAMP of the same type? -- Sebastián Ramírez Magrí