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

Phabricator updated HIVE-4430:
------------------------------

    Attachment: HIVE-4430.HIVE-4430.HIVE-4430.HIVE-4430.D10587.1.patch

kevinwilfong requested code review of "HIVE-4430 [jira] Semantic analysis fails 
in presence of certain literals in on clause".

Reviewers: gangtimliu, njain

https://issues.apache.org/jira/browse/HIVE-4430

When users include a bigint literal (a number suffixed with 'L') in the 
conditions in the on clause the query will fail with, e.g.
FAILED: SemanticException 0L encountered with 0 children
I haven't tried it yet, but I suspect the same is true for other, lesser used 
literals.

TEST PLAN
  Added testcases for lesser used literals.

REVISION DETAIL
  https://reviews.facebook.net/D10587

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/test/queries/clientpositive/join_literals.q
  ql/src/test/results/clientpositive/join_literals.q.out

MANAGE HERALD RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/25341/

To: gangtimliu, njain, kevinwilfong
Cc: JIRA

                
> Semantic analysis fails in presence of certain literals in on clause
> --------------------------------------------------------------------
>
>                 Key: HIVE-4430
>                 URL: https://issues.apache.org/jira/browse/HIVE-4430
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.12.0
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>            Priority: Minor
>         Attachments: HIVE-4430.HIVE-4430.HIVE-4430.HIVE-4430.D10587.1.patch
>
>
> When users include a bigint literal (a number suffixed with 'L') in the 
> conditions in the on clause the query will fail with, e.g.
> FAILED: SemanticException 0L encountered with 0 children
> I haven't tried it yet, but I suspect the same is true for other, lesser used 
> literals.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to