[jira] [Updated] (HIVE-2477) Use name of original expression for name of CAST output

2012-12-06 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-2477:
--

Attachment: HIVE-2477.D7161.2.patch

navis updated the revision HIVE-2477 [jira] Use name of original expression 
for name of CAST output.
Reviewers: JIRA

  Addressed comments


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

AFFECTED FILES
  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/ExprNodeDescUtils.java
  ql/src/test/queries/clientpositive/alias_casted_column.q
  ql/src/test/results/clientpositive/alias_casted_column.q.out
  ql/src/test/results/compiler/plan/input_testxpath2.q.xml

To: JIRA, navis
Cc: njain


 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Assignee: Navis
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt, HIVE-2477.D7161.1.patch, 
 HIVE-2477.D7161.2.patch


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
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-2477) Use name of original expression for name of CAST output

2012-12-06 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-2477:
-

Attachment: hive.2477.4.patch

 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Assignee: Navis
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt, hive.2477.4.patch, 
 HIVE-2477.D7161.1.patch, HIVE-2477.D7161.2.patch


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
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-2477) Use name of original expression for name of CAST output

2012-12-06 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-2477:
-

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed. Thanks Navis

 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Assignee: Navis
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt, hive.2477.4.patch, 
 HIVE-2477.D7161.1.patch, HIVE-2477.D7161.2.patch


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
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-2477) Use name of original expression for name of CAST output

2012-12-05 Thread Navis (JIRA)

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

Navis updated HIVE-2477:


Status: Patch Available  (was: Open)

 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Assignee: Navis
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt, HIVE-2477.D7161.1.patch


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
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-2477) Use name of original expression for name of CAST output

2012-12-05 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-2477:
--

Attachment: HIVE-2477.D7161.1.patch

navis requested code review of HIVE-2477 [jira] Use name of original 
expression for name of CAST output.
Reviewers: JIRA

  DPAL-642 Use name of original expression for name of CAST output

  CAST(foo AS INT)
  should, by default, consider itself a column named foo if 
unspecified/unaliased.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/test/queries/clientpositive/alias_casted_column.q
  ql/src/test/queries/clientpositive/alias_unary_function.q
  ql/src/test/results/clientpositive/alias_unary_function.q.out
  ql/src/test/results/compiler/plan/input_testxpath2.q.xml

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

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

To: JIRA, navis


 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Assignee: Navis
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt, HIVE-2477.D7161.1.patch


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
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-2477) Use name of original expression for name of CAST output

2012-12-05 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-2477:
-

Status: Open  (was: Patch Available)

minor comments on phabricator

 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Assignee: Navis
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt, HIVE-2477.D7161.1.patch


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
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-2477) Use name of original expression for name of CAST output

2012-01-19 Thread Navis (Updated) (JIRA)

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

Navis updated HIVE-2477:


Attachment: HIVE-2477.1.patch.txt

Simple patch. 

If a column is function with single param and the param is a column, use the 
column name as alias.

 Use name of original expression for name of CAST output
 ---

 Key: HIVE-2477
 URL: https://issues.apache.org/jira/browse/HIVE-2477
 Project: Hive
  Issue Type: Improvement
Reporter: Adam Kramer
Priority: Minor
 Attachments: HIVE-2477.1.patch.txt


 CAST(foo AS INT)
 should, by default, consider itself a column named foo if 
 unspecified/unaliased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira