[
https://issues.apache.org/jira/browse/HIVE-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086875#comment-16086875
]
Rajesh Balamohan edited comment on HIVE-17097 at 7/14/17 5:16 AM:
------------------------------------------------------------------
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.
\cc [~gopalv], [~djaiswal]
was (Author: rajesh.balamohan):
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)