We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c862ca4 commit c114770Copy full SHA for c114770
presto-native-execution/presto_cpp/main/types/PrestoToVeloxQueryPlan.cpp
@@ -1159,7 +1159,7 @@ core::JoinType toJoinType(protocol::JoinType type) {
1159
case protocol::JoinType::FULL:
1160
return core::JoinType::kFull;
1161
case protocol::JoinType::SOURCE_OUTER:
1162
- return core::JoinType::kInner; // TODO: Map to proper join type.
+ return core::JoinType::kLeft;
1163
}
1164
1165
VELOX_UNSUPPORTED("Unknown join type");
0 commit comments