)
> )
> 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í
>
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í