Chao created HIVE-8776: -------------------------- Summary: Generate MapredLocalWork in SparkMapJoinResolver Key: HIVE-8776 URL: https://issues.apache.org/jira/browse/HIVE-8776 Project: Hive Issue Type: Bug Components: Spark Affects Versions: spark-branch Reporter: Chao
In {{SparkMapJoinResolver}}, we need to populate {{MapredLocalWork}} for all MapWorks with {{MapJoinOperator}}. It is needed later in {{HashTableLoader}}, for example, to retrieve small hash tables and direct fetch tables. We need to set up information, such as aliasToWork, aliasToFetchWork, directFetchOp, inputFileChangeSensitive, tmpPath, etc., for the new local works. -- This message was sent by Atlassian JIRA (v6.3.4#6332)