You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Yiping Han (JIRA)" <ji...@apache.org> on 2008/08/19 20:43:44 UTC

[jira] Created: (PIG-383) DESCRIBE does not display the table name

DESCRIBE does not display the table name
----------------------------------------

                 Key: PIG-383
                 URL: https://issues.apache.org/jira/browse/PIG-383
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
            Reporter: Yiping Han


In PIG 1.4 DESCRIBE shows this:

out_links: (sig, outlinks, dup, crawled, errorcode )

But in PIG 2.0 it shows this:

{sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}

No name for the table.

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


[jira] Updated: (PIG-383) DESCRIBE does not display the table name

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

Olga Natkovich updated PIG-383:
-------------------------------

    Priority: Minor  (was: Major)

> DESCRIBE does not display the table name
> ----------------------------------------
>
>                 Key: PIG-383
>                 URL: https://issues.apache.org/jira/browse/PIG-383
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Yiping Han
>            Priority: Minor
>             Fix For: types_branch
>
>
> In PIG 1.4 DESCRIBE shows this:
> out_links: (sig, outlinks, dup, crawled, errorcode )
> But in PIG 2.0 it shows this:
> {sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}
> No name for the table.

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


[jira] Updated: (PIG-383) DESCRIBE does not display the table name

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

Alan Gates updated PIG-383:
---------------------------

    Attachment: PIG-383.patch

Adds relation name to describe.

> DESCRIBE does not display the table name
> ----------------------------------------
>
>                 Key: PIG-383
>                 URL: https://issues.apache.org/jira/browse/PIG-383
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Yiping Han
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: types_branch
>
>         Attachments: PIG-383.patch
>
>
> In PIG 1.4 DESCRIBE shows this:
> out_links: (sig, outlinks, dup, crawled, errorcode )
> But in PIG 2.0 it shows this:
> {sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}
> No name for the table.

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


[jira] Assigned: (PIG-383) DESCRIBE does not display the table name

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

Olga Natkovich reassigned PIG-383:
----------------------------------

    Assignee: Alan Gates

> DESCRIBE does not display the table name
> ----------------------------------------
>
>                 Key: PIG-383
>                 URL: https://issues.apache.org/jira/browse/PIG-383
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Yiping Han
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: types_branch
>
>
> In PIG 1.4 DESCRIBE shows this:
> out_links: (sig, outlinks, dup, crawled, errorcode )
> But in PIG 2.0 it shows this:
> {sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}
> No name for the table.

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


[jira] Updated: (PIG-383) DESCRIBE does not display the table name

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

Olga Natkovich updated PIG-383:
-------------------------------

    Fix Version/s: types_branch

> DESCRIBE does not display the table name
> ----------------------------------------
>
>                 Key: PIG-383
>                 URL: https://issues.apache.org/jira/browse/PIG-383
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Yiping Han
>             Fix For: types_branch
>
>
> In PIG 1.4 DESCRIBE shows this:
> out_links: (sig, outlinks, dup, crawled, errorcode )
> But in PIG 2.0 it shows this:
> {sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}
> No name for the table.

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


[jira] Updated: (PIG-383) DESCRIBE does not display the table name

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

Alan Gates updated PIG-383:
---------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch checked in.

> DESCRIBE does not display the table name
> ----------------------------------------
>
>                 Key: PIG-383
>                 URL: https://issues.apache.org/jira/browse/PIG-383
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Yiping Han
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: types_branch
>
>         Attachments: PIG-383.patch
>
>
> In PIG 1.4 DESCRIBE shows this:
> out_links: (sig, outlinks, dup, crawled, errorcode )
> But in PIG 2.0 it shows this:
> {sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}
> No name for the table.

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


[jira] Updated: (PIG-383) DESCRIBE does not display the table name

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

Alan Gates updated PIG-383:
---------------------------

    Status: Patch Available  (was: Open)

> DESCRIBE does not display the table name
> ----------------------------------------
>
>                 Key: PIG-383
>                 URL: https://issues.apache.org/jira/browse/PIG-383
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Yiping Han
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: types_branch
>
>         Attachments: PIG-383.patch
>
>
> In PIG 1.4 DESCRIBE shows this:
> out_links: (sig, outlinks, dup, crawled, errorcode )
> But in PIG 2.0 it shows this:
> {sig: chararray,outlinks: chararray,dup: chararray,crawled: chararray,errorcode: integer}
> No name for the table.

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