You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2009/11/19 07:04:09 UTC

[jira] Created: (HIVE-944) thrift file generated

thrift file generated 
----------------------

                 Key: HIVE-944
                 URL: https://issues.apache.org/jira/browse/HIVE-944
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Paul Yang
             Fix For: 0.5.0


Paul, I somehow missed this while reviewing 655 and merged the generated file OperatorType.java

Please change:

/ql/if/queryplan.thrift:

enum OperatorType { JOIN, MAPJOIN, EXTRACT, FILTER, FORWARD, GROUPBY, LIMIT, SCRIPT, SELECT, TABLESCAN, FILESINK, REDUCESINK, UNION }

add UDTF here, and generate thrift files again. sorry about missing this

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-944) thrift file generated

Posted by "Paul Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Yang updated HIVE-944:
---------------------------

    Attachment: HIVE-944.1.patch

Added UDTF in queryplan.thrift, ran thrift to generate files

> thrift file generated 
> ----------------------
>
>                 Key: HIVE-944
>                 URL: https://issues.apache.org/jira/browse/HIVE-944
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>             Fix For: 0.5.0
>
>         Attachments: HIVE-944.1.patch
>
>
> Paul, I somehow missed this while reviewing 655 and merged the generated file OperatorType.java
> Please change:
> /ql/if/queryplan.thrift:
> enum OperatorType { JOIN, MAPJOIN, EXTRACT, FILTER, FORWARD, GROUPBY, LIMIT, SCRIPT, SELECT, TABLESCAN, FILESINK, REDUCESINK, UNION }
> add UDTF here, and generate thrift files again. sorry about missing this

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-944) thrift file generated

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780835#action_12780835 ] 

Namit Jain commented on HIVE-944:
---------------------------------

+1

will merge if the tests pass

> thrift file generated 
> ----------------------
>
>                 Key: HIVE-944
>                 URL: https://issues.apache.org/jira/browse/HIVE-944
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>             Fix For: 0.5.0
>
>         Attachments: HIVE-944.1.patch
>
>
> Paul, I somehow missed this while reviewing 655 and merged the generated file OperatorType.java
> Please change:
> /ql/if/queryplan.thrift:
> enum OperatorType { JOIN, MAPJOIN, EXTRACT, FILTER, FORWARD, GROUPBY, LIMIT, SCRIPT, SELECT, TABLESCAN, FILESINK, REDUCESINK, UNION }
> add UDTF here, and generate thrift files again. sorry about missing this

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-944) thrift file generated

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain resolved HIVE-944.
-----------------------------

    Resolution: Fixed

Committed. Thanks Paul

> thrift file generated 
> ----------------------
>
>                 Key: HIVE-944
>                 URL: https://issues.apache.org/jira/browse/HIVE-944
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>             Fix For: 0.5.0
>
>         Attachments: HIVE-944.1.patch
>
>
> Paul, I somehow missed this while reviewing 655 and merged the generated file OperatorType.java
> Please change:
> /ql/if/queryplan.thrift:
> enum OperatorType { JOIN, MAPJOIN, EXTRACT, FILTER, FORWARD, GROUPBY, LIMIT, SCRIPT, SELECT, TABLESCAN, FILESINK, REDUCESINK, UNION }
> add UDTF here, and generate thrift files again. sorry about missing this

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.