Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
This condition,
semiJoin = semiJoin && !disableSemiJoinOptDueToExternalTable(parseContext.getConf(), ts, ctx);
may set semiJoin to false if an external table is encountered and will remain false for subsequent cases. It should only disable it for that particular case.
cc jdere
Attachments
Attachments
Issue Links
- links to