[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2010-07-23 Thread Carl Steinbach (JIRA)
: (was: 0.6.0) Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2010-07-23 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-192: Fix Version/s: (was: 0.3.0) Cannot create table with timestamp type column

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-12-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-192: Fix Version/s: (was: 0.5.0) Cannot create table with timestamp type column

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-09-16 Thread Johan Oskarsson (JIRA)
) Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: New Feature Components: Query

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-05-15 Thread Ashish Thusoo (JIRA)
to and from timestamp can all be done in the query layers itself. So I am +1 on this. Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-05-11 Thread Shyam Sundar Sarkar (JIRA)
the information about TIMESTAMP type only. Actual storage will keep long integer values. Please comment on this observation and suggest and corrections! Thanks, shyam_sar...@yahoo.com Cannot create table with timestamp type column -- Key: HIVE

[jira] Issue Comment Edited: (HIVE-192) Cannot create table with timestamp type column

2009-05-11 Thread Shyam Sundar Sarkar (JIRA)
. The metadata store will maintain the information about TIMESTAMP type only. Actual storage will keep long integer values. Please comment on this observation and suggest any corrections! Thanks, shyam_sar...@yahoo.com was (Author: ssarkar): Dear Ashish and others, After inspecting

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-04-24 Thread Shyam Sundar Sarkar (JIRA)
found that Hive talks to Thrift software layer. From the documentation it is clear that there is no TIMESTAMP type in thrift type system. I am curious if we need to add TIMESTAMP type to Thrift as a basic type. TIMESTAMP type is there in almost all software systems. If we do not add TIMESTAMP type

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-04-24 Thread Ashish Thusoo (JIRA)
with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Affects Versions: 0.2.0

[jira] Assigned: (HIVE-192) Cannot create table with timestamp type column

2009-04-24 Thread Ashish Thusoo (JIRA)
with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Affects Versions: 0.2.0

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-04-16 Thread Shyam Sundar Sarkar (JIRA)
with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Affects Versions: 0.2.0

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-04-16 Thread Shyam Sundar Sarkar (JIRA)
with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Affects Versions

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-04-16 Thread Shyam Sundar Sarkar (JIRA)
grammar with new TimestampType added. Thanks, shyam_sar...@yahoo.com) Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-04-16 Thread Shyam Sundar Sarkar (JIRA)
/clientpositive, /home/ssarkar/hive/build/ql/test/logs/clientpositive); I am getting Exception. At this point can I add any arbitrary results and log files? Thanks, shyam_sar...@yahoo.com ) Cannot create table with timestamp type column

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-04-16 Thread Shyam Sundar Sarkar (JIRA)
suite designer team should write few words for this imporatnt subsection. Regards, shyam_sar...@yahoo.com Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-04-10 Thread Shyam Sundar Sarkar (JIRA)
in QTestUtil at the line : private String tmpdir = System.getProperty(user.dir)+/../build/ql/tmp; where user.dir was home dir of hive (not inside build dir). Thanks, shyam_sar...@yahoo.com Cannot create table with timestamp type column

[jira] Issue Comment Edited: (HIVE-192) Cannot create table with timestamp type column

2009-04-10 Thread Shyam Sundar Sarkar (JIRA)
, shyam_sar...@yahoo.com Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-04-02 Thread Johan Oskarsson (JIRA)
Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-04-01 Thread Neil Conway (JIRA)
for the timestamp type (and/or the implementation in PostgreSQL), assuming SQL compliance is something you guys care about. Why are you storing timestamps as strings, rather than as a numeric offset from some epoch time? Cannot create table with timestamp type column

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-03-29 Thread Shyam Sundar Sarkar (JIRA)
with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Affects Versions: 0.2.0

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-03-29 Thread Shyam Sundar Sarkar (JIRA)
/src/test/results/clientpositive, /home/ssarkar/hive/build/ql/test/logs/clientpositive); I am getting Exception. At this point can I add any arbitrary results and log files? Thanks, shyam_sar...@yahoo.com Cannot create table with timestamp type column

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-03-29 Thread Shyam Sundar Sarkar (JIRA)
table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Affects Versions

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-03-27 Thread Shyam Sundar Sarkar (JIRA)
on this issue. Can someone explain why I have no permission on worklog? I am currently working on it. Also what is the timeline for 0.3.0 release in terms of weeks or months? Cannot create table with timestamp type column -- Key: HIVE-192

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-03-12 Thread Ashish Thusoo (JIRA)
go into the release after 0.3.0. Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-03-10 Thread Shyam Sundar Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shyam Sundar Sarkar updated HIVE-192: - Attachment: (was: Hive_diff) Cannot create table with timestamp type column

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-03-10 Thread Shyam Sundar Sarkar (JIRA)
implementation. We are going to implement most of the specifications from MySQL 6.0. Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-03-10 Thread Namit Jain (JIRA)
us only support one default format. We can have a to_timestamp() function which takes in the format, that function can be enhanced to support more formats on demand. Cannot create table with timestamp type column -- Key: HIVE-192

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2009-03-10 Thread Shyam Sundar Sarkar (JIRA)
inside Hive server for storage and retrieval of UTC time. Right now we can use system time. Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192

[jira] Updated: (HIVE-192) Cannot create table with timestamp type column

2009-03-09 Thread Shyam Sundar Sarkar (JIRA)
with new TimestampType added. Thanks, shyam_sar...@yahoo.com Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive

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

Re: TIMESTAMP type

2009-03-07 Thread Zheng Shao
TIMESTAMP string? This may require may different UDFs to be defined and called. Also this may be non-standard way to implement TIMESTAMP. Please suggest. Thanks, SHyam --- On Sat, 3/7/09, Zheng Shao zsh...@gmail.com wrote: From: Zheng Shao zsh...@gmail.com Subject: Re: TIMESTAMP type

[jira] Commented: (HIVE-192) Cannot create table with timestamp type column

2008-12-26 Thread Ashish Thusoo (JIRA)
for timestamp yet... Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query

[jira] Created: (HIVE-192) Cannot create table with timestamp type column

2008-12-22 Thread Johan Oskarsson (JIRA)
Cannot create table with timestamp type column -- Key: HIVE-192 URL: https://issues.apache.org/jira/browse/HIVE-192 Project: Hadoop Hive Issue Type: Bug Components: Query Processor