You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sean Flatley (JIRA)" <ji...@apache.org> on 2010/08/02 16:33:16 UTC

[jira] Created: (HIVE-1504) Checkout of Hive resulted in an empty HiveResultSet.java file

Checkout of Hive resulted in an empty HiveResultSet.java file
-------------------------------------------------------------

                 Key: HIVE-1504
                 URL: https://issues.apache.org/jira/browse/HIVE-1504
             Project: Hadoop Hive
          Issue Type: Bug
         Environment: Windows XP. 
            Reporter: Sean Flatley


I have recently checked out Hive so I can merge changes made by a co-worker and contribute the changes.  One of these files that are involved is:

org.apache.hadoop.hive.jdbc

The head revision,  980611 on 7/29/10 with the comment "HIVE-1126. Missiong some Jdbc functionality like getTables getColumns and HiveResultSet.get* methods based on column name. (Bennie Schut via jvs)", is an empty file.

All other files in the same package, org.apache.hadoop.hive.jdbc, seem to be correct.

Question:  There are no references to the class - My build works.  Is this class being phased out? 

Thanks for your time,
Sean






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


[jira] Assigned: (HIVE-1504) Checkout of Hive resulted in an empty HiveResultSet.java file

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

John Sichi reassigned HIVE-1504:
--------------------------------

    Assignee: John Sichi

> Checkout of Hive resulted in an empty HiveResultSet.java file
> -------------------------------------------------------------
>
>                 Key: HIVE-1504
>                 URL: https://issues.apache.org/jira/browse/HIVE-1504
>             Project: Hadoop Hive
>          Issue Type: Bug
>         Environment: Windows XP. 
>            Reporter: Sean Flatley
>            Assignee: John Sichi
>
> I have recently checked out Hive so I can merge changes made by a co-worker and contribute the changes.  One of these files that are involved is:
> org.apache.hadoop.hive.jdbc
> The head revision,  980611 on 7/29/10 with the comment "HIVE-1126. Missiong some Jdbc functionality like getTables getColumns and HiveResultSet.get* methods based on column name. (Bennie Schut via jvs)", is an empty file.
> All other files in the same package, org.apache.hadoop.hive.jdbc, seem to be correct.
> Question:  There are no references to the class - My build works.  Is this class being phased out? 
> Thanks for your time,
> Sean

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


[jira] Resolved: (HIVE-1504) Checkout of Hive resulted in an empty HiveResultSet.java file

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

Sean Flatley resolved HIVE-1504.
--------------------------------

    Resolution: Not A Problem

Thanks for the quick response.  I'll compare our changes of HiveResultSet with revision 980611 and see if changes will be necessary to the new classes:  HiveQueryResultSet,  HiveBaseResultSet, HiveBaseResultSet.



> Checkout of Hive resulted in an empty HiveResultSet.java file
> -------------------------------------------------------------
>
>                 Key: HIVE-1504
>                 URL: https://issues.apache.org/jira/browse/HIVE-1504
>             Project: Hadoop Hive
>          Issue Type: Bug
>         Environment: Windows XP. 
>            Reporter: Sean Flatley
>
> I have recently checked out Hive so I can merge changes made by a co-worker and contribute the changes.  One of these files that are involved is:
> org.apache.hadoop.hive.jdbc
> The head revision,  980611 on 7/29/10 with the comment "HIVE-1126. Missiong some Jdbc functionality like getTables getColumns and HiveResultSet.get* methods based on column name. (Bennie Schut via jvs)", is an empty file.
> All other files in the same package, org.apache.hadoop.hive.jdbc, seem to be correct.
> Question:  There are no references to the class - My build works.  Is this class being phased out? 
> Thanks for your time,
> Sean

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


[jira] Commented: (HIVE-1504) Checkout of Hive resulted in an empty HiveResultSet.java file

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894660#action_12894660 ] 

John Sichi commented on HIVE-1504:
----------------------------------

Hmmm, this should have been an svn remove (rather than empty file).  I'll do another commit to fix that.

> Checkout of Hive resulted in an empty HiveResultSet.java file
> -------------------------------------------------------------
>
>                 Key: HIVE-1504
>                 URL: https://issues.apache.org/jira/browse/HIVE-1504
>             Project: Hadoop Hive
>          Issue Type: Bug
>         Environment: Windows XP. 
>            Reporter: Sean Flatley
>
> I have recently checked out Hive so I can merge changes made by a co-worker and contribute the changes.  One of these files that are involved is:
> org.apache.hadoop.hive.jdbc
> The head revision,  980611 on 7/29/10 with the comment "HIVE-1126. Missiong some Jdbc functionality like getTables getColumns and HiveResultSet.get* methods based on column name. (Bennie Schut via jvs)", is an empty file.
> All other files in the same package, org.apache.hadoop.hive.jdbc, seem to be correct.
> Question:  There are no references to the class - My build works.  Is this class being phased out? 
> Thanks for your time,
> Sean

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


[jira] Commented: (HIVE-1504) Checkout of Hive resulted in an empty HiveResultSet.java file

Posted by "Bennie Schut (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894558#action_12894558 ] 

Bennie Schut commented on HIVE-1504:
------------------------------------

During that patch the HiveResultset was split into a HiveQueryResultSet and a HiveMetaDataResultSet with a super class called HiveBaseResultSet. Using the HiveQueryResultSet should give you the same functionality as the old HiveResultSet.

> Checkout of Hive resulted in an empty HiveResultSet.java file
> -------------------------------------------------------------
>
>                 Key: HIVE-1504
>                 URL: https://issues.apache.org/jira/browse/HIVE-1504
>             Project: Hadoop Hive
>          Issue Type: Bug
>         Environment: Windows XP. 
>            Reporter: Sean Flatley
>
> I have recently checked out Hive so I can merge changes made by a co-worker and contribute the changes.  One of these files that are involved is:
> org.apache.hadoop.hive.jdbc
> The head revision,  980611 on 7/29/10 with the comment "HIVE-1126. Missiong some Jdbc functionality like getTables getColumns and HiveResultSet.get* methods based on column name. (Bennie Schut via jvs)", is an empty file.
> All other files in the same package, org.apache.hadoop.hive.jdbc, seem to be correct.
> Question:  There are no references to the class - My build works.  Is this class being phased out? 
> Thanks for your time,
> Sean

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