You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2010/01/26 08:31:36 UTC

svn commit: r903107 - /hadoop/hive/branches/branch-0.5/ql/src/test/results/clientnegative/invalid_t_alter1.q.out

Author: zshao
Date: Tue Jan 26 07:31:35 2010
New Revision: 903107

URL: http://svn.apache.org/viewvc?rev=903107&view=rev
Log:
HIVE-1059. Date/DateTime/TimeStamp types should throw an error. (Paul Yang via zshao)

Added:
    hadoop/hive/branches/branch-0.5/ql/src/test/results/clientnegative/invalid_t_alter1.q.out

Added: hadoop/hive/branches/branch-0.5/ql/src/test/results/clientnegative/invalid_t_alter1.q.out
URL: http://svn.apache.org/viewvc/hadoop/hive/branches/branch-0.5/ql/src/test/results/clientnegative/invalid_t_alter1.q.out?rev=903107&view=auto
==============================================================================
--- hadoop/hive/branches/branch-0.5/ql/src/test/results/clientnegative/invalid_t_alter1.q.out (added)
+++ hadoop/hive/branches/branch-0.5/ql/src/test/results/clientnegative/invalid_t_alter1.q.out Tue Jan 26 07:31:35 2010
@@ -0,0 +1,6 @@
+PREHOOK: query: CREATE TABLE alter_test (d STRING)
+PREHOOK: type: CREATETABLE
+POSTHOOK: query: CREATE TABLE alter_test (d STRING)
+POSTHOOK: type: CREATETABLE
+POSTHOOK: Output: default@alter_test
+FAILED: Error in semantic analysis: DATE, DATETIME, and TIMESTAMP types aren't supported yet. Please use STRING instead.