JIRA_HIVE-286.2.patch_UNIT_TEST_SUCCEEDED

2009-03-07 Thread Murli Varadachari
SUCCESS: BUILD AND UNIT TEST using PATCH HIVE-286.2.patch PASSED!!

[jira] Updated: (HIVE-286) testCliDriver_udf7 fails

2009-03-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-286: Fix Version/s: (was: 0.2.0) 0.3.0 Status: Patch Available (was: Open) > te

[jira] Updated: (HIVE-286) testCliDriver_udf7 fails

2009-03-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-286: Attachment: HIVE-286.2.patch Use round(xxx,12) to make sure there is no precision matching problem in testin

[jira] Assigned: (HIVE-286) testCliDriver_udf7 fails

2009-03-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-286: --- Assignee: Zheng Shao > testCliDriver_udf7 fails > > > Key: HIV

Re: TIMESTAMP type

2009-03-07 Thread Zheng Shao
HI Shyam, Conforming to the standard (like the MySQL 6.0 TIMESTAMP specification) is definitely the ultimate goal we want to achieve. Go ahead with the design and let us know when you have something ready for review. My previous point was basically that it might be much easier to add support for

Re: TIMESTAMP type

2009-03-07 Thread Shyam Sarkar
Hi Zheng, >From my earlier discussion with the group I got the suggestion that we should >implement MySQL 6.0 TIMESTAMP specifications:: http://dev.mysql.com/doc/refman/6.0/en/timestamp.html Please suggest if all the properties described for MySQL 6.0 can be done by UDF or not. Are you sugge

[jira] Resolved: (HIVE-323) row counts for one query are being in printed subsequent queries

2009-03-07 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma resolved HIVE-323. Resolution: Duplicate > row counts for one query are being in printed subsequent queries > --

Re: TIMESTAMP type

2009-03-07 Thread Zheng Shao
The problem is that different people may have different formats to store TIMESTAMP. The easiest way to go is to declare the field as STRING, and then use UDF to manipulate the content. Zheng On Sat, Mar 7, 2009 at 6:08 AM, Shyam Sarkar wrote: > > Hello, > > I inspected the grammar Hive.g and d

[jira] Created: (HIVE-333) Add TFileTransport deserializer

2009-03-07 Thread Steve Corona (JIRA)
Add TFileTransport deserializer --- Key: HIVE-333 URL: https://issues.apache.org/jira/browse/HIVE-333 Project: Hadoop Hive Issue Type: New Feature Components: Serializers/Deserializers Environme

[jira] Commented: (HIVE-322) cannot create temporary udf dynamically, with a ClassNotFoundException

2009-03-07 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679902#action_12679902 ] Joydeep Sen Sarma commented on HIVE-322: there's already an 'add/delete/list ...' in

[jira] Issue Comment Edited: (HIVE-322) cannot create temporary udf dynamically, with a ClassNotFoundException

2009-03-07 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679206#action_12679206 ] coderplay edited comment on HIVE-322 at 3/7/09 7:28 AM: --- The create fun

[jira] Issue Comment Edited: (HIVE-322) cannot create temporary udf dynamically, with a ClassNotFoundException

2009-03-07 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678720#action_12678720 ] coderplay edited comment on HIVE-322 at 3/7/09 7:25 AM: --- it works, now.

TIMESTAMP type

2009-03-07 Thread Shyam Sarkar
Hello, I inspected the grammar Hive.g and decided to create a new type for TIMESTAMP. TIMESTAMP is not a primitive type or list type or map type. It is a timestamp type of the form TIMESTAMP(MMDDHHMMSS) which is different from other types. Please let me know if there is any other suggestio