[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-15 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-4294:
---

Fix Version/s: (was: 0.11.0)
   0.12.0

> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Fix For: 0.12.0
>
> Attachments: hive.4294.3.patch, hive.4294.4.patch, 
> HIVE-4294.D10161.1.patch, HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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


[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-12 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-4294:
-

Attachment: hive.4294.4.patch

> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Attachments: hive.4294.3.patch, hive.4294.4.patch, 
> HIVE-4294.D10161.1.patch, HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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


[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-12 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-4294:
-

   Resolution: Fixed
Fix Version/s: 0.11.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed. Thanks Navis

> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Fix For: 0.11.0
>
> Attachments: hive.4294.3.patch, hive.4294.4.patch, 
> HIVE-4294.D10161.1.patch, HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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


[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-11 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-4294:
-

Attachment: hive.4294.3.patch

> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Attachments: hive.4294.3.patch, HIVE-4294.D10161.1.patch, 
> HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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


[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-11 Thread Navis (JIRA)

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

Navis updated HIVE-4294:


Status: Patch Available  (was: Open)

> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Attachments: HIVE-4294.D10161.1.patch, HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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


[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-11 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-4294:
--

Attachment: HIVE-4294.D10161.2.patch

navis updated the revision "HIVE-4294 [jira] Single sourced multi query cannot 
handle lateral view".

  Addressed comments

Reviewers: JIRA

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

CHANGE SINCE LAST DIFF
  https://reviews.facebook.net/D10161?vs=31791&id=31905#toc

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/exec/Operator.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g
  ql/src/java/org/apache/hadoop/hive/ql/parse/QBParseInfo.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/test/queries/clientpositive/multi_insert_lateral_view.q
  ql/src/test/results/clientpositive/multi_insert_lateral_view.q.out

To: JIRA, navis
Cc: njain


> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Attachments: HIVE-4294.D10161.1.patch, HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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


[jira] [Updated] (HIVE-4294) Single sourced multi query cannot handle lateral view

2013-04-11 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-4294:
--

Attachment: HIVE-4294.D10161.1.patch

navis requested code review of "HIVE-4294 [jira] Single sourced multi query 
cannot handle lateral view".

Reviewers: JIRA

HIVE-4294 Single sourced multi query cannot handle lateral view

For example,

hive> explain from src
> select key, C lateral view explode(array(key, value)) A as C;
FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'

TEST PLAN
  EMPTY

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

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/exec/Operator.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g
  ql/src/java/org/apache/hadoop/hive/ql/parse/QBParseInfo.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/test/queries/clientpositive/multi_insert_lateral_view.q
  ql/src/test/results/clientpositive/multi_insert_lateral_view.q.out

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

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

To: JIRA, navis


> Single sourced multi query cannot handle lateral view
> -
>
> Key: HIVE-4294
> URL: https://issues.apache.org/jira/browse/HIVE-4294
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Attachments: HIVE-4294.D10161.1.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
> > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
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