Hi all, I saw that the official website <https://n...
# troubleshooting
e
Hi all, I saw that the official website https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/dev/table/sql/queries/joins/#outer-equi-join describes that Regular Joins only supports equivalent joins, but local verification supports non-equivalent joins, for example
on a.value > b.value
Is there a mistake in the description on the official website or something wrong with my understanding?