You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/05/10 01:24:27 UTC

svn commit: r1101271 [2/2] - in /hive/branches/branch-0.7: jdbc/src/test/org/apache/hadoop/hive/jdbc/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/queries/clientnegative/ ql/src/test/results/clientnegative/ ql/src/test/results/compiler/errors/

Modified: hive/branches/branch-0.7/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-FAILED: Error in semantic analysis: line 4:13 Argument Type Mismatch 5.3: The expression after ELSE should have the same type as those after THEN: "string" is expected but "double" is found
+FAILED: Error in semantic analysis: Line 4:13 Argument type mismatch 5.3: The expression after ELSE should have the same type as those after THEN: "string" is expected but "double" is found

Modified: hive/branches/branch-0.7/ql/src/test/results/clientnegative/union.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/clientnegative/union.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/clientnegative/union.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/clientnegative/union.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-FAILED: Error in semantic analysis: Top level Union is not supported currently; use a subquery for the union
+FAILED: Error in semantic analysis: Top level UNION is not supported currently; use a subquery for the UNION

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/ambiguous_table_col.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/ambiguous_table_col.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/ambiguous_table_col.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/ambiguous_table_col.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:50 Ambiguous Table Alias or Column Reference key
\ No newline at end of file
+Line 2:50 Ambiguous table alias or column reference key
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/duplicate_alias.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/duplicate_alias.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/duplicate_alias.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/duplicate_alias.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 1:20 Ambiguous Table Alias a
\ No newline at end of file
+Line 1:20 Ambiguous table alias a
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/garbage.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/garbage.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/garbage.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/garbage.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-Parse Error: line 1:0 cannot recognize input 'this'
+Parse Error: line 1:0 cannot recognize input near 'this' 'is' 'totally'

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:23 Cannot insert into target table because column number/types are different dest1: Table insclause-0 has 2 columns, but query has 3 columns.
\ No newline at end of file
+Line 2:23 Cannot insert into target table because column number/types are different dest1: Table insclause-0 has 2 columns, but query has 3 columns.
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_create_table.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_create_table.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_create_table.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_create_table.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-Parse Error: line 3:2 mismatched input 'b' expecting ) in create table statement
+Parse Error: line 3:2 mismatched input 'b' expecting ) near 'INT' in create table statement

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_dot.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_dot.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_dot.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_dot.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:36 . operator is only supported on struct or list of struct types member
\ No newline at end of file
+Line 2:36 . Operator is only supported on struct or list of struct types member
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_function_param2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_function_param2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_function_param2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_function_param2.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:36 Wrong Arguments 'abc': No matching method for class org.apache.hadoop.hive.ql.udf.UDFSubstr with (string, string). Possible choices: _FUNC_(string, int, int)  _FUNC_(string, int)  
\ No newline at end of file
+Line 2:36 Wrong arguments 'abc': No matching method for class org.apache.hadoop.hive.ql.udf.UDFSubstr with (string, string). Possible choices: _FUNC_(string, int, int)  _FUNC_(string, int)  
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_index.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_index.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_index.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_index.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:36 [] not Valid on Non Collection Types 0: string
\ No newline at end of file
+Line 2:36 [] not valid on non-collection types 0: string
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:56 Non Constant Expressions for Array Indexes not Supported 'abc'
\ No newline at end of file
+Line 2:56 Non-constant expressions for array indexes not supported 'abc'
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_list_index2.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:56 Non Constant Expressions for Array Indexes not Supported 2
\ No newline at end of file
+Line 2:56 Non-constant expressions for array indexes not supported 2
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:56 Map Key Type does not Match Index Expression Type 0
\ No newline at end of file
+Line 2:56 MAP key type does not match index expression type 0
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_map_index2.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:56 Non Constant Expression for Map Indexes not Supported 'abc'
\ No newline at end of file
+Line 2:56 Non-constant expression for map indexes not supported 'abc'
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_select.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_select.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_select.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/invalid_select.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-Parse Error: line 3:6 mismatched input '(' expecting FROM in from clause
+Parse Error: line 3:6 mismatched input '(' expecting FROM near 'trim' in from clause

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/missing_overwrite.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/missing_overwrite.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/missing_overwrite.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/missing_overwrite.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-Parse Error: line 2:7 mismatched input 'TABLE' expecting OVERWRITE in insert clause
+Parse Error: line 2:7 mismatched input 'TABLE' expecting OVERWRITE near 'INSERT' in insert clause

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/nonkey_groupby.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/nonkey_groupby.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/nonkey_groupby.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/nonkey_groupby.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:44 Expression Not In Group By Key src
\ No newline at end of file
+Line 2:44 Expression not in GROUP BY key src
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column1.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column1.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column1.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:48 Invalid Column Reference dummycol
\ No newline at end of file
+Line 2:48 Invalid column reference dummycol
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column2.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:64 Invalid Column Reference dummykey
\ No newline at end of file
+Line 2:64 Invalid column reference dummykey
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column3.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column3.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column3.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column3.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:87 Invalid Column Reference dummycol
\ No newline at end of file
+Line 2:87 Invalid column reference dummycol
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column4.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column4.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column4.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column4.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:83 Invalid Table Alias or Column Reference dummysrc
\ No newline at end of file
+Line 2:83 Invalid table alias or column reference dummysrc
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column5.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column5.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column5.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column5.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:60 Invalid Table Alias or Column Reference dummysrc
\ No newline at end of file
+Line 2:60 Invalid table alias or column reference dummysrc
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column6.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column6.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column6.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_column6.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:44 Expression Not In Group By Key dummysrc
\ No newline at end of file
+Line 2:44 Expression not in GROUP BY key dummysrc
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function1.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function1.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function1.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:44 Invalid Function dummyfn
\ No newline at end of file
+Line 2:44 Invalid function dummyfn
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function2.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:60 Invalid Function anotherdummyfn
\ No newline at end of file
+Line 2:60 Invalid function anotherdummyfn
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function3.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function3.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function3.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function3.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:60 Invalid Function anotherdummyfn
\ No newline at end of file
+Line 2:60 Invalid function anotherdummyfn
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function4.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function4.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function4.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_function4.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:44 Invalid Function dummyfn
\ No newline at end of file
+Line 2:44 Invalid function dummyfn
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table1.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table1.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table1.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 1:5 Table not found dummySrc
\ No newline at end of file
+Line 1:5 Table not found dummySrc
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/unknown_table2.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:23 Table not found dummyDest
\ No newline at end of file
+Line 2:23 Table not found dummyDest
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct1.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct1.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct1.q.out Mon May  9 23:24:24 2011
@@ -1,2 +1,2 @@
 Semantic Exception: 
-line 2:85 SELECT DISTINCT and GROUP BY can not be in the same query key
\ No newline at end of file
+Line 2:85 SELECT DISTINCT and GROUP BY can not be in the same query key
\ No newline at end of file

Modified: hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct2.q.out?rev=1101271&r1=1101270&r2=1101271&view=diff
==============================================================================
--- hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct2.q.out (original)
+++ hive/branches/branch-0.7/ql/src/test/results/compiler/errors/wrong_distinct2.q.out Mon May  9 23:24:24 2011
@@ -1 +1 @@
-Parse Error: line 2:45 cannot recognize input 'DISTINCT' in select expression
+Parse Error: line 2:45 cannot recognize input near 'DISTINCT' 'substr' '(' in select expression