[ 
https://issues.apache.org/jira/browse/HIVE-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13684044#comment-13684044
 ] 

Edward Capriolo commented on HIVE-2655:
---------------------------------------

Can you think of any reason why nonreserved_keywords_input37.q is failing?

{quote}
CREATE TABLE table(string string) STORED AS TEXTFILE;

LOAD DATA LOCAL INPATH '../data/files/docurl.txt' INTO TABLE table;

SELECT table, count(1)
FROM
(
  FROM table
  SELECT TRANSFORM (table.string)
  USING 'java -cp ../build/ql/test/classes 
org.apache.hadoop.hive.scripts.extracturl' AS (table, count)
) subq
GROUP BY table;
{
                
> Ability to define functions in HQL
> ----------------------------------
>
>                 Key: HIVE-2655
>                 URL: https://issues.apache.org/jira/browse/HIVE-2655
>             Project: Hive
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Jonathan Perlow
>            Assignee: Brock Noland
>         Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2655.D915.1.patch, 
> ASF.LICENSE.NOT.GRANTED--HIVE-2655.D915.2.patch, 
> ASF.LICENSE.NOT.GRANTED--HIVE-2655.D915.3.patch, 
> ASF.LICENSE.NOT.GRANTED--HIVE-2655.D915.4.patch, HIVE-2655-10.patch, 
> HIVE-2655-10.patch, HIVE-2655-9.patch
>
>
> Ability to create functions in HQL as a substitute for creating them in Java.
> Jonathan Chang requested I create this issue.

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