[ https://issues.apache.org/jira/browse/FLINK-13089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-13089: ----------------------------------- Labels: pull-request-available (was: ) > Implement batch nested loop join in blink > ----------------------------------------- > > Key: FLINK-13089 > URL: https://issues.apache.org/jira/browse/FLINK-13089 > Project: Flink > Issue Type: New Feature > Components: Table SQL / Planner > Reporter: Jingsong Lee > Assignee: Jingsong Lee > Priority: Major > Labels: pull-request-available > > Nested loop join has two advantages: > 1.Nested loop join is quicker when build row size is small. > 2.Nested loop join support all kind of joins, include non-key join. > Plan: > Introduce NestedLoopJoinCodeGenerator. > Implement BatchExecNestedLoopJoin. -- This message was sent by Atlassian JIRA (v7.6.3#76005)