You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2017/07/14 05:16:00 UTC

[jira] [Updated] (HIVE-17097) Fix SemiJoinHint parsing in SemanticAnalyzer

     [ https://issues.apache.org/jira/browse/HIVE-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajesh Balamohan updated HIVE-17097:
------------------------------------
    Attachment: HIVE-17097.1.patch

When using hints like {{/*+ semi(store_sales, ss_ticket_number, 1696809897)  */}},  {{SemanticAnalyzer::parseSingleSemiJoinHint}} ended up parsing 1696809897 as the target column. Fix is to check "target" for numeric values.

> Fix SemiJoinHint parsing in SemanticAnalyzer
> --------------------------------------------
>
>                 Key: HIVE-17097
>                 URL: https://issues.apache.org/jira/browse/HIVE-17097
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Priority: Minor
>         Attachments: HIVE-17097.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)