This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 16f519a [FLINK-13044][s3][fs] Fix handling of relocated amazon classes
new 8b2680a [FLINK-13433][table-planner-blink] Do not fetch data from
LookupableTableSource if the JoinKey in left side of LookupJoin contains null
value
new 7838436 [FLINK-13509][table-planner-blink] Forbidden `IS NOT DISTINCT
FROM `(or an expanded version) in LookupJoin.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../planner/codegen/LookupJoinCodeGenerator.scala | 32 +++-
.../plan/nodes/common/CommonLookupJoin.scala | 2 +-
.../physical/common/CommonLookupJoinRule.scala | 24 +++
.../plan/batch/sql/join/LookupJoinTest.scala | 22 +++
.../plan/stream/sql/join/LookupJoinTest.scala | 22 +++
.../runtime/batch/sql/join/LookupJoinITCase.scala | 173 ++++++++++++---------
.../runtime/stream/sql/LookupJoinITCase.scala | 119 ++++++++++++--
.../utils/InMemoryLookupableTableSource.scala | 7 +-
8 files changed, 308 insertions(+), 93 deletions(-)