This message was deleted.
# troubleshooting
s
This message was deleted.
m
Your join is a regular join, which means that it's required to keep all sides of the join input in Flink state forever. This is documented at https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/dev/table/sql/queries/joins/ You could consider setting a TTL, but that can have implications on the correctness of the query result
I'm not sure it's an interval join given the amount of joins that you're doing
Ah, you actually also use the old HOP function
The statement is so long that I actually didn't see that at first