diff --git a/ql/src/test/results/clientnegative/alter_view_failure6.q.out b/ql/src/test/results/clientnegative/alter_view_failure6.q.out index b9447fa..03b2bc3 100644 --- a/ql/src/test/results/clientnegative/alter_view_failure6.q.out +++ b/ql/src/test/results/clientnegative/alter_view_failure6.q.out @@ -7,13 +7,13 @@ PARTITIONED ON (key) AS SELECT hr,key FROM srcpart PREHOOK: type: CREATEVIEW -PREHOOK: Output: file:/var/folders/7P/7PeC14kXFIWq0PIYyexGbmKuXUk/-Tmp-/jsichi/hive_2011-02-08_18-38-11_186_2914437704768475613/-mr-10000 +PREHOOK: Output: file:/var/folders/5V/5V4Zq77qGD4aSK9m8V3frVsFdRU/-Tmp-/salbiz/hive_2011-05-05_20-49-19_135_259619293580272140/-mr-10000 POSTHOOK: query: CREATE VIEW xxx7 PARTITIONED ON (key) AS SELECT hr,key FROM srcpart POSTHOOK: type: CREATEVIEW POSTHOOK: Output: default@xxx7 -POSTHOOK: Output: file:/var/folders/7P/7PeC14kXFIWq0PIYyexGbmKuXUk/-Tmp-/jsichi/hive_2011-02-08_18-38-11_186_2914437704768475613/-mr-10000 -FAILED: Error in semantic analysis: No Partition Predicate Found for Alias "xxx7:srcpart" Table "srcpart" +POSTHOOK: Output: file:/var/folders/5V/5V4Zq77qGD4aSK9m8V3frVsFdRU/-Tmp-/salbiz/hive_2011-05-05_20-49-19_135_259619293580272140/-mr-10000 +FAILED: Error in semantic analysis: No partition predicate found for Alias "xxx7:srcpart" Table "srcpart" FAILED: Error in semantic analysis: The query does not reference any valid partition. To run this query, set hive.mapred.mode=nonstrict diff --git a/ql/src/test/results/clientnegative/ambiguous_col.q.out b/ql/src/test/results/clientnegative/ambiguous_col.q.out index 9838e27..05e525f 100644 --- a/ql/src/test/results/clientnegative/ambiguous_col.q.out +++ b/ql/src/test/results/clientnegative/ambiguous_col.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: Ambiguous Column Reference key +FAILED: Error in semantic analysis: Ambiguous column reference key diff --git a/ql/src/test/results/clientnegative/bad_sample_clause.q.out b/ql/src/test/results/clientnegative/bad_sample_clause.q.out index 9ddb18f..15b8fef 100644 --- a/ql/src/test/results/clientnegative/bad_sample_clause.q.out +++ b/ql/src/test/results/clientnegative/bad_sample_clause.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(key INT, value STRING, dt STRING, hr STRING) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: Sampling Expression Needed for Non-Bucketed Table srcpart +FAILED: Error in semantic analysis: Sampling expression needed for non-bucketed table srcpart diff --git a/ql/src/test/results/clientnegative/clusterbydistributeby.q.out b/ql/src/test/results/clientnegative/clusterbydistributeby.q.out index 9151ff2..4c1ebfb 100644 --- a/ql/src/test/results/clientnegative/clusterbydistributeby.q.out +++ b/ql/src/test/results/clientnegative/clusterbydistributeby.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(key INT, ten INT, one INT, value STRING) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: line 8:14 Cannot have both Cluster By and Distribute By Clauses tkey +FAILED: Error in semantic analysis: Line 8:14 Cannot have both CLUSTER BY and DISTRIBUTE BY clauses tkey diff --git a/ql/src/test/results/clientnegative/clusterbyorderby.q.out b/ql/src/test/results/clientnegative/clusterbyorderby.q.out index 5a50355..0b30640 100644 --- a/ql/src/test/results/clientnegative/clusterbyorderby.q.out +++ b/ql/src/test/results/clientnegative/clusterbyorderby.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 5:0 mismatched input 'ORDER' expecting EOF +FAILED: Parse Error: line 5:0 mismatched input 'ORDER' expecting EOF near 'tkey' diff --git a/ql/src/test/results/clientnegative/clusterbysortby.q.out b/ql/src/test/results/clientnegative/clusterbysortby.q.out index d79c319..f76d4a7 100644 --- a/ql/src/test/results/clientnegative/clusterbysortby.q.out +++ b/ql/src/test/results/clientnegative/clusterbysortby.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(key INT, ten INT, one INT, value STRING) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: line 8:8 Cannot have both Cluster By and Sort By Clauses one +FAILED: Error in semantic analysis: Line 8:8 Cannot have both CLUSTER BY and SORT BY clauses one diff --git a/ql/src/test/results/clientnegative/clustern3.q.out b/ql/src/test/results/clientnegative/clustern3.q.out index 37c103f..da71016 100644 --- a/ql/src/test/results/clientnegative/clustern3.q.out +++ b/ql/src/test/results/clientnegative/clustern3.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:52 Invalid Column Reference key +FAILED: Error in semantic analysis: Line 2:52 Invalid column reference key diff --git a/ql/src/test/results/clientnegative/clustern4.q.out b/ql/src/test/results/clientnegative/clustern4.q.out index fcfa605..1519e48 100644 --- a/ql/src/test/results/clientnegative/clustern4.q.out +++ b/ql/src/test/results/clientnegative/clustern4.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:50 Invalid Table Alias or Column Reference key +FAILED: Error in semantic analysis: Line 2:50 Invalid table alias or column reference key diff --git a/ql/src/test/results/clientnegative/column_rename3.q.out b/ql/src/test/results/clientnegative/column_rename3.q.out index bdca52e..e9f7515 100644 --- a/ql/src/test/results/clientnegative/column_rename3.q.out +++ b/ql/src/test/results/clientnegative/column_rename3.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 0:-1 cannot recognize input '' in column type +FAILED: Parse Error: line 1:27 cannot recognize input near '' '' '' in column type diff --git a/ql/src/test/results/clientnegative/create_view_failure3.q.out b/ql/src/test/results/clientnegative/create_view_failure3.q.out index 7f3a710..70e365a 100644 --- a/ql/src/test/results/clientnegative/create_view_failure3.q.out +++ b/ql/src/test/results/clientnegative/create_view_failure3.q.out @@ -2,4 +2,4 @@ PREHOOK: query: DROP VIEW xxx13 PREHOOK: type: DROPVIEW POSTHOOK: query: DROP VIEW xxx13 POSTHOOK: type: DROPVIEW -FAILED: Error in semantic analysis: line 5:16 The number of columns produced by the SELECT clause does not match the number of column names specified by CREATE VIEW key +FAILED: Error in semantic analysis: Line 5:16 The number of columns produced by the SELECT clause does not match the number of column names specified by CREATE VIEW key diff --git a/ql/src/test/results/clientnegative/drop_function_failure.q.out b/ql/src/test/results/clientnegative/drop_function_failure.q.out index 0629c37..d7ebf64 100644 --- a/ql/src/test/results/clientnegative/drop_function_failure.q.out +++ b/ql/src/test/results/clientnegative/drop_function_failure.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: Invalid Function UnknownFunction +FAILED: Error in semantic analysis: Invalid function UnknownFunction diff --git a/ql/src/test/results/clientnegative/drop_index_failure.q.out b/ql/src/test/results/clientnegative/drop_index_failure.q.out index c91afac..cdbfcbe 100644 --- a/ql/src/test/results/clientnegative/drop_index_failure.q.out +++ b/ql/src/test/results/clientnegative/drop_index_failure.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: Invalid Index UnknownIndex +FAILED: Error in semantic analysis: Invalid index UnknownIndex diff --git a/ql/src/test/results/clientnegative/drop_partition_failure.q.out b/ql/src/test/results/clientnegative/drop_partition_failure.q.out index 97b4839..1a0ac10 100644 --- a/ql/src/test/results/clientnegative/drop_partition_failure.q.out +++ b/ql/src/test/results/clientnegative/drop_partition_failure.q.out @@ -31,4 +31,4 @@ POSTHOOK: type: SHOWPARTITIONS b=1/c=1 b=1/c=2 b=2/c=2 -FAILED: Error in semantic analysis: line 3:31 Partition not found '3' +FAILED: Error in semantic analysis: Line 3:31 Partition not found '3' diff --git a/ql/src/test/results/clientnegative/dyn_part2.q.out b/ql/src/test/results/clientnegative/dyn_part2.q.out index 636096d..cc0cd3c 100644 --- a/ql/src/test/results/clientnegative/dyn_part2.q.out +++ b/ql/src/test/results/clientnegative/dyn_part2.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: create table nzhang_part1 (key string, value string) partitioned by (ds string, hr string) POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@nzhang_part1 -FAILED: Error in semantic analysis: line 3:23 Cannot insert into target table because column number/types are different hr: Table insclause-0 has 3 columns, but query has 2 columns. +FAILED: Error in semantic analysis: Line 3:23 Cannot insert into target table because column number/types are different hr: Table insclause-0 has 3 columns, but query has 2 columns. diff --git a/ql/src/test/results/clientnegative/exim_00_unsupported_schema.q.out b/ql/src/test/results/clientnegative/exim_00_unsupported_schema.q.out index 744f518..814b742 100644 --- a/ql/src/test/results/clientnegative/exim_00_unsupported_schema.q.out +++ b/ql/src/test/results/clientnegative/exim_00_unsupported_schema.q.out @@ -13,4 +13,4 @@ PREHOOK: Output: default@exim_department POSTHOOK: query: load data local inpath "../data/files/test.dat" into table exim_department POSTHOOK: type: LOAD POSTHOOK: Output: default@exim_department -FAILED: Error in semantic analysis: Invalid Path only the following file systems accepted for export/import : hdfs,pfile +FAILED: Error in semantic analysis: Invalid path only the following file systems accepted for export/import : hdfs,pfile diff --git a/ql/src/test/results/clientnegative/fileformat_void_input.q.out b/ql/src/test/results/clientnegative/fileformat_void_input.q.out index ce62d79..5a7a05a 100644 --- a/ql/src/test/results/clientnegative/fileformat_void_input.q.out +++ b/ql/src/test/results/clientnegative/fileformat_void_input.q.out @@ -19,4 +19,4 @@ POSTHOOK: Input: default@src POSTHOOK: Output: default@dest1 POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: dest1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -FAILED: Error in semantic analysis: line 3:20 Input Format must implement InputFormat dest1 +FAILED: Error in semantic analysis: Line 3:20 Input format must implement InputFormat dest1 diff --git a/ql/src/test/results/clientnegative/groupby2_map_skew_multi_distinct.q.out b/ql/src/test/results/clientnegative/groupby2_map_skew_multi_distinct.q.out index 494db44..216aa47 100644 --- a/ql/src/test/results/clientnegative/groupby2_map_skew_multi_distinct.q.out +++ b/ql/src/test/results/clientnegative/groupby2_map_skew_multi_distinct.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(key STRING, c1 INT, c2 STRING, c3 INT, c4 INT) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: DISTINCT on Different Columns not Supported with skew in data +FAILED: Error in semantic analysis: DISTINCT on different columns not supported with skew in data diff --git a/ql/src/test/results/clientnegative/groupby2_multi_distinct.q.out b/ql/src/test/results/clientnegative/groupby2_multi_distinct.q.out index e0a1dee..46914cf 100644 --- a/ql/src/test/results/clientnegative/groupby2_multi_distinct.q.out +++ b/ql/src/test/results/clientnegative/groupby2_multi_distinct.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest_g2(key STRING, c1 INT, c2 STRING, c3 INT, c4 INT) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest_g2 -FAILED: Error in semantic analysis: DISTINCT on Different Columns not Supported with skew in data +FAILED: Error in semantic analysis: DISTINCT on different columns not supported with skew in data diff --git a/ql/src/test/results/clientnegative/groupby3_map_skew_multi_distinct.q.out b/ql/src/test/results/clientnegative/groupby3_map_skew_multi_distinct.q.out index 5702d4f..81a4633 100644 --- a/ql/src/test/results/clientnegative/groupby3_map_skew_multi_distinct.q.out +++ b/ql/src/test/results/clientnegative/groupby3_map_skew_multi_distinct.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(c1 DOUBLE, c2 DOUBLE, c3 DOUBLE, c4 DOUBLE, c5 DOUBLE, c6 DOUBLE, c7 DOUBLE, c8 DOUBLE, c9 DOUBLE, c10 DOUBLE, c11 DOUBLE) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: DISTINCT on Different Columns not Supported with skew in data +FAILED: Error in semantic analysis: DISTINCT on different columns not supported with skew in data diff --git a/ql/src/test/results/clientnegative/groupby3_multi_distinct.q.out b/ql/src/test/results/clientnegative/groupby3_multi_distinct.q.out index 5702d4f..81a4633 100644 --- a/ql/src/test/results/clientnegative/groupby3_multi_distinct.q.out +++ b/ql/src/test/results/clientnegative/groupby3_multi_distinct.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(c1 DOUBLE, c2 DOUBLE, c3 DOUBLE, c4 DOUBLE, c5 DOUBLE, c6 DOUBLE, c7 DOUBLE, c8 DOUBLE, c9 DOUBLE, c10 DOUBLE, c11 DOUBLE) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: DISTINCT on Different Columns not Supported with skew in data +FAILED: Error in semantic analysis: DISTINCT on different columns not supported with skew in data diff --git a/ql/src/test/results/clientnegative/groupby_key.q.out b/ql/src/test/results/clientnegative/groupby_key.q.out index 8c30cc4..c6218a4 100644 --- a/ql/src/test/results/clientnegative/groupby_key.q.out +++ b/ql/src/test/results/clientnegative/groupby_key.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:14 Expression Not In Group By Key value +FAILED: Error in semantic analysis: Line 1:14 Expression not in GROUP BY key value diff --git a/ql/src/test/results/clientnegative/input1.q.out b/ql/src/test/results/clientnegative/input1.q.out index f4e830e..73f1657 100644 --- a/ql/src/test/results/clientnegative/input1.q.out +++ b/ql/src/test/results/clientnegative/input1.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Invalid Table Alias a +FAILED: Error in semantic analysis: Line 1:7 Invalid table alias a diff --git a/ql/src/test/results/clientnegative/input2.q.out b/ql/src/test/results/clientnegative/input2.q.out index a8ba9c5..0c460a6 100644 --- a/ql/src/test/results/clientnegative/input2.q.out +++ b/ql/src/test/results/clientnegative/input2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Invalid Table Alias or Column Reference a +FAILED: Error in semantic analysis: Line 1:7 Invalid table alias or column reference a diff --git a/ql/src/test/results/clientnegative/input_part0_neg.q.out b/ql/src/test/results/clientnegative/input_part0_neg.q.out index 566b5bf..2c9c0c5 100644 --- a/ql/src/test/results/clientnegative/input_part0_neg.q.out +++ b/ql/src/test/results/clientnegative/input_part0_neg.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: No Partition Predicate Found for Alias "x" Table "srcpart" +FAILED: Error in semantic analysis: No partition predicate found for Alias "x" Table "srcpart" diff --git a/ql/src/test/results/clientnegative/invalid_create_tbl2.q.out b/ql/src/test/results/clientnegative/invalid_create_tbl2.q.out index ae81881..ae28a58 100644 --- a/ql/src/test/results/clientnegative/invalid_create_tbl2.q.out +++ b/ql/src/test/results/clientnegative/invalid_create_tbl2.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 1:7 rule kwRole failed predicate: {input.LT(1).getText().equalsIgnoreCase("role")}? in create role +FAILED: Parse Error: line 1:7 Failed to recognize predicate 'tabl'. Failed rule: 'kwRole' in create role diff --git a/ql/src/test/results/clientnegative/invalid_select_expression.q.out b/ql/src/test/results/clientnegative/invalid_select_expression.q.out index 69ec9ef..51ecb3d 100644 --- a/ql/src/test/results/clientnegative/invalid_select_expression.q.out +++ b/ql/src/test/results/clientnegative/invalid_select_expression.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 1:32 cannot recognize input '.' in expression specification +FAILED: Parse Error: line 1:32 cannot recognize input near '.' 'foo' '' in expression specification diff --git a/ql/src/test/results/clientnegative/invalid_tbl_name.q.out b/ql/src/test/results/clientnegative/invalid_tbl_name.q.out index aff52fa..6556749 100644 --- a/ql/src/test/results/clientnegative/invalid_tbl_name.q.out +++ b/ql/src/test/results/clientnegative/invalid_tbl_name.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 1:20 cannot recognize input '-' in create table statement +FAILED: Parse Error: line 1:20 cannot recognize input near '-' 'name' '(' in create table statement diff --git a/ql/src/test/results/clientnegative/invalidate_view1.q.out b/ql/src/test/results/clientnegative/invalidate_view1.q.out index be64a4d..9f61228 100644 --- a/ql/src/test/results/clientnegative/invalidate_view1.q.out +++ b/ql/src/test/results/clientnegative/invalidate_view1.q.out @@ -19,18 +19,18 @@ POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@xxx10 PREHOOK: query: CREATE VIEW xxx9 AS SELECT * FROM xxx10 PREHOOK: type: CREATEVIEW -PREHOOK: Output: file:/tmp/njain/hive_2010-08-16_23-08-55_315_6053999460183300682/-mr-10000 +PREHOOK: Output: file:/var/folders/5V/5V4Zq77qGD4aSK9m8V3frVsFdRU/-Tmp-/salbiz/hive_2011-05-05_20-52-14_588_3232160525939411769/-mr-10000 POSTHOOK: query: CREATE VIEW xxx9 AS SELECT * FROM xxx10 POSTHOOK: type: CREATEVIEW -POSTHOOK: Output: file:/tmp/njain/hive_2010-08-16_23-08-55_315_6053999460183300682/-mr-10000 POSTHOOK: Output: default@xxx9 +POSTHOOK: Output: file:/var/folders/5V/5V4Zq77qGD4aSK9m8V3frVsFdRU/-Tmp-/salbiz/hive_2011-05-05_20-52-14_588_3232160525939411769/-mr-10000 PREHOOK: query: CREATE VIEW xxx8 AS SELECT * FROM xxx9 xxx PREHOOK: type: CREATEVIEW -PREHOOK: Output: file:/tmp/njain/hive_2010-08-16_23-08-55_367_8780672183290065174/-mr-10000 +PREHOOK: Output: file:/var/folders/5V/5V4Zq77qGD4aSK9m8V3frVsFdRU/-Tmp-/salbiz/hive_2011-05-05_20-52-14_617_9002044296975800480/-mr-10000 POSTHOOK: query: CREATE VIEW xxx8 AS SELECT * FROM xxx9 xxx POSTHOOK: type: CREATEVIEW -POSTHOOK: Output: file:/tmp/njain/hive_2010-08-16_23-08-55_367_8780672183290065174/-mr-10000 POSTHOOK: Output: default@xxx8 +POSTHOOK: Output: file:/var/folders/5V/5V4Zq77qGD4aSK9m8V3frVsFdRU/-Tmp-/salbiz/hive_2011-05-05_20-52-14_617_9002044296975800480/-mr-10000 PREHOOK: query: ALTER TABLE xxx10 REPLACE COLUMNS (key int) PREHOOK: type: ALTERTABLE_REPLACECOLS PREHOOK: Input: default@xxx10 @@ -39,8 +39,8 @@ POSTHOOK: query: ALTER TABLE xxx10 REPLACE COLUMNS (key int) POSTHOOK: type: ALTERTABLE_REPLACECOLS POSTHOOK: Input: default@xxx10 POSTHOOK: Output: default@xxx10 -FAILED: Error in semantic analysis: line 1:30 Invalid Column Reference `value` in definition of VIEW xxx9 [ +FAILED: Error in semantic analysis: Line 1:30 Invalid column reference `value` in definition of VIEW xxx9 [ SELECT `xxx10`.`key`, `xxx10`.`value` FROM `xxx10` -] used as xxx at line 1:39 in definition of VIEW xxx8 [ +] used as xxx at Line 1:39 in definition of VIEW xxx8 [ SELECT `xxx`.`key`, `xxx`.`value` FROM `xxx9` `xxx` -] used as yyy at line 2:14 +] used as yyy at Line 2:14 diff --git a/ql/src/test/results/clientnegative/join2.q.out b/ql/src/test/results/clientnegative/join2.q.out index 43565ee..246b2bb 100644 --- a/ql/src/test/results/clientnegative/join2.q.out +++ b/ql/src/test/results/clientnegative/join2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: Map Join cannot be performed with Outer join +FAILED: Error in semantic analysis: MAPJOIN cannot be performed with OUTER JOIN diff --git a/ql/src/test/results/clientnegative/joinneg.q.out b/ql/src/test/results/clientnegative/joinneg.q.out index b1d22f8..d85d508 100644 --- a/ql/src/test/results/clientnegative/joinneg.q.out +++ b/ql/src/test/results/clientnegative/joinneg.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 5:12 Invalid Table Alias b +FAILED: Error in semantic analysis: Line 5:12 Invalid table alias b diff --git a/ql/src/test/results/clientnegative/lateral_view_join.q.out b/ql/src/test/results/clientnegative/lateral_view_join.q.out index b5a8c3b..c9311cd 100644 --- a/ql/src/test/results/clientnegative/lateral_view_join.q.out +++ b/ql/src/test/results/clientnegative/lateral_view_join.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 1:59 mismatched input 'AS' expecting Identifier in table alias +FAILED: Parse Error: line 1:59 mismatched input 'AS' expecting Identifier near ')' in table alias diff --git a/ql/src/test/results/clientnegative/load_part_nospec.q.out b/ql/src/test/results/clientnegative/load_part_nospec.q.out index 6886e98..251c7e1 100644 --- a/ql/src/test/results/clientnegative/load_part_nospec.q.out +++ b/ql/src/test/results/clientnegative/load_part_nospec.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: create table hive_test_src ( col1 string ) partitioned by (pcol1 string) stored as textfile POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@hive_test_src -FAILED: Error in semantic analysis: need to specify partition columns because the destination table is partitioned. +FAILED: Error in semantic analysis: Need to specify partition columns because the destination table is partitioned. diff --git a/ql/src/test/results/clientnegative/load_wrong_noof_part.q.out b/ql/src/test/results/clientnegative/load_wrong_noof_part.q.out index 7b083e3..4d8c8d8 100644 --- a/ql/src/test/results/clientnegative/load_wrong_noof_part.q.out +++ b/ql/src/test/results/clientnegative/load_wrong_noof_part.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE loadpart1(a STRING, b STRING) PARTITIONED BY (ds STRING,ds1 STRING) POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@loadpart1 -FAILED: Error in semantic analysis: line 2:79 Partition not found '2009-05-05' +FAILED: Error in semantic analysis: Line 2:79 Partition not found '2009-05-05' diff --git a/ql/src/test/results/clientnegative/nopart_insert.q.out b/ql/src/test/results/clientnegative/nopart_insert.q.out index 46e724f..42bca76 100644 --- a/ql/src/test/results/clientnegative/nopart_insert.q.out +++ b/ql/src/test/results/clientnegative/nopart_insert.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE nopart_insert(a STRING, b STRING) PARTITIONED BY (ds STRING) POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@nopart_insert -FAILED: Error in semantic analysis: need to specify partition columns because the destination table is partitioned. +FAILED: Error in semantic analysis: Need to specify partition columns because the destination table is partitioned. diff --git a/ql/src/test/results/clientnegative/nopart_load.q.out b/ql/src/test/results/clientnegative/nopart_load.q.out index 84868e4..31376c8 100644 --- a/ql/src/test/results/clientnegative/nopart_load.q.out +++ b/ql/src/test/results/clientnegative/nopart_load.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE nopart_load(a STRING, b STRING) PARTITIONED BY (ds STRING) POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@nopart_load -FAILED: Error in semantic analysis: need to specify partition columns because the destination table is partitioned. +FAILED: Error in semantic analysis: Need to specify partition columns because the destination table is partitioned. diff --git a/ql/src/test/results/clientnegative/notable_alias3.q.out b/ql/src/test/results/clientnegative/notable_alias3.q.out index 15181a0..d48d5e1 100644 --- a/ql/src/test/results/clientnegative/notable_alias3.q.out +++ b/ql/src/test/results/clientnegative/notable_alias3.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(key INT, value DOUBLE) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: line 4:44 Expression Not In Group By Key src +FAILED: Error in semantic analysis: Line 4:44 Expression not in GROUP BY key src diff --git a/ql/src/test/results/clientnegative/orderbysortby.q.out b/ql/src/test/results/clientnegative/orderbysortby.q.out index 28c3dd6..73b83a4 100644 --- a/ql/src/test/results/clientnegative/orderbysortby.q.out +++ b/ql/src/test/results/clientnegative/orderbysortby.q.out @@ -3,4 +3,4 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE dest1(key INT, ten INT, one INT, value STRING) STORED AS TEXTFILE POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@dest1 -FAILED: Error in semantic analysis: line 8:8 Cannot have both Order By and Sort By Clauses one +FAILED: Error in semantic analysis: Line 8:8 Cannot have both ORDER BY and SORT BY clauses one diff --git a/ql/src/test/results/clientnegative/regex_col_1.q.out b/ql/src/test/results/clientnegative/regex_col_1.q.out index 224c271..7547858 100644 --- a/ql/src/test/results/clientnegative/regex_col_1.q.out +++ b/ql/src/test/results/clientnegative/regex_col_1.q.out @@ -1,3 +1,3 @@ -FAILED: Error in semantic analysis: line 2:7 Invalid Column Reference `+++`: Dangling meta character '+' near index 0 +FAILED: Error in semantic analysis: Line 2:7 Invalid column reference `+++`: Dangling meta character '+' near index 0 +++ ^ diff --git a/ql/src/test/results/clientnegative/regex_col_2.q.out b/ql/src/test/results/clientnegative/regex_col_2.q.out index 5449148..f570010 100644 --- a/ql/src/test/results/clientnegative/regex_col_2.q.out +++ b/ql/src/test/results/clientnegative/regex_col_2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:7 Invalid Column Reference `.a.` +FAILED: Error in semantic analysis: Line 2:7 Invalid column reference `.a.` diff --git a/ql/src/test/results/clientnegative/regex_col_groupby.q.out b/ql/src/test/results/clientnegative/regex_col_groupby.q.out index db7c4a8..8497718 100644 --- a/ql/src/test/results/clientnegative/regex_col_groupby.q.out +++ b/ql/src/test/results/clientnegative/regex_col_groupby.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:44 Invalid Table Alias or Column Reference `..` +FAILED: Error in semantic analysis: Line 2:44 Invalid table alias or column reference `..` diff --git a/ql/src/test/results/clientnegative/sample.q.out b/ql/src/test/results/clientnegative/sample.q.out index 1363980..02146b9 100644 --- a/ql/src/test/results/clientnegative/sample.q.out +++ b/ql/src/test/results/clientnegative/sample.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: Numberator should not be bigger than denaminator in sample clause for Table srcbucket +FAILED: Error in semantic analysis: Numberator should not be bigger than denaminator in sample clause for table srcbucket diff --git a/ql/src/test/results/clientnegative/select_udtf_alias.q.out b/ql/src/test/results/clientnegative/select_udtf_alias.q.out index f468719..77d3d9c 100644 --- a/ql/src/test/results/clientnegative/select_udtf_alias.q.out +++ b/ql/src/test/results/clientnegative/select_udtf_alias.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 3:49 mismatched input 'LIMIT' expecting FROM in from clause +FAILED: Parse Error: line 3:49 mismatched input 'LIMIT' expecting FROM near ')' in from clause diff --git a/ql/src/test/results/clientnegative/semijoin1.q.out b/ql/src/test/results/clientnegative/semijoin1.q.out index 83235d0..739931f 100644 --- a/ql/src/test/results/clientnegative/semijoin1.q.out +++ b/ql/src/test/results/clientnegative/semijoin1.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:7 Invalid Table Alias or Column Reference b +FAILED: Error in semantic analysis: Line 2:7 Invalid table alias or column reference b diff --git a/ql/src/test/results/clientnegative/semijoin2.q.out b/ql/src/test/results/clientnegative/semijoin2.q.out index b846e8a..2b418de 100644 --- a/ql/src/test/results/clientnegative/semijoin2.q.out +++ b/ql/src/test/results/clientnegative/semijoin2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:70 Invalid Table Alias or Column Reference b +FAILED: Error in semantic analysis: Line 2:70 Invalid table alias or column reference b diff --git a/ql/src/test/results/clientnegative/semijoin3.q.out b/ql/src/test/results/clientnegative/semijoin3.q.out index 2481fc6..a803b50 100644 --- a/ql/src/test/results/clientnegative/semijoin3.q.out +++ b/ql/src/test/results/clientnegative/semijoin3.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:67 Invalid Table Alias or Column Reference b +FAILED: Error in semantic analysis: Line 2:67 Invalid table alias or column reference b diff --git a/ql/src/test/results/clientnegative/semijoin4.q.out b/ql/src/test/results/clientnegative/semijoin4.q.out index 2c2a5df..86a834b 100644 --- a/ql/src/test/results/clientnegative/semijoin4.q.out +++ b/ql/src/test/results/clientnegative/semijoin4.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:112 Invalid Table Alias or Column Reference b +FAILED: Error in semantic analysis: Line 2:112 Invalid table alias or column reference b diff --git a/ql/src/test/results/clientnegative/show_tables_bad1.q.out b/ql/src/test/results/clientnegative/show_tables_bad1.q.out index 7a81c06..9e583a3 100644 --- a/ql/src/test/results/clientnegative/show_tables_bad1.q.out +++ b/ql/src/test/results/clientnegative/show_tables_bad1.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 0:-1 mismatched input '' expecting set null in Identifier for show statement +FAILED: Parse Error: line 1:12 mismatched input '' expecting set null in Identifier for show statement diff --git a/ql/src/test/results/clientnegative/show_tables_bad2.q.out b/ql/src/test/results/clientnegative/show_tables_bad2.q.out index 7a81c06..f983769 100644 --- a/ql/src/test/results/clientnegative/show_tables_bad2.q.out +++ b/ql/src/test/results/clientnegative/show_tables_bad2.q.out @@ -1,2 +1,2 @@ -FAILED: Parse Error: line 0:-1 mismatched input '' expecting set null in Identifier for show statement +FAILED: Parse Error: line 1:25 mismatched input '' expecting set null in Identifier for show statement diff --git a/ql/src/test/results/clientnegative/smb_bucketmapjoin.q.out b/ql/src/test/results/clientnegative/smb_bucketmapjoin.q.out index 5f0e654..aac0388 100644 --- a/ql/src/test/results/clientnegative/smb_bucketmapjoin.q.out +++ b/ql/src/test/results/clientnegative/smb_bucketmapjoin.q.out @@ -34,4 +34,4 @@ POSTHOOK: Lineage: smb_bucket4_1.key EXPRESSION [(src)src.FieldSchema(name:key, POSTHOOK: Lineage: smb_bucket4_1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: smb_bucket4_2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: smb_bucket4_2.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -FAILED: Error in semantic analysis: Map Join cannot be performed with Outer join +FAILED: Error in semantic analysis: MAPJOIN cannot be performed with OUTER JOIN diff --git a/ql/src/test/results/clientnegative/strict_orderby.q.out b/ql/src/test/results/clientnegative/strict_orderby.q.out index fe8fd62..2d3ba6b 100644 --- a/ql/src/test/results/clientnegative/strict_orderby.q.out +++ b/ql/src/test/results/clientnegative/strict_orderby.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 4:44 In strict mode, limit must be specified if ORDER BY is present key +FAILED: Error in semantic analysis: Line 4:44 In strict mode, if ORDER BY is specified, LIMIT must also be specified key diff --git a/ql/src/test/results/clientnegative/strict_pruning.q.out b/ql/src/test/results/clientnegative/strict_pruning.q.out index 3f6ce49..eacd8e1 100644 --- a/ql/src/test/results/clientnegative/strict_pruning.q.out +++ b/ql/src/test/results/clientnegative/strict_pruning.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: No Partition Predicate Found for Alias "srcpart" Table "srcpart" +FAILED: Error in semantic analysis: No partition predicate found for Alias "srcpart" Table "srcpart" diff --git a/ql/src/test/results/clientnegative/subq_insert.q.out b/ql/src/test/results/clientnegative/subq_insert.q.out index da8d18a..8c3ce79 100644 --- a/ql/src/test/results/clientnegative/subq_insert.q.out +++ b/ql/src/test/results/clientnegative/subq_insert.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:38 Cannot insert in a Subquery. Inserting to table src1 +FAILED: Error in semantic analysis: Line 2:38 Cannot insert in a subquery. Inserting to table src1 diff --git a/ql/src/test/results/clientnegative/udf_array_contains_wrong1.q.out b/ql/src/test/results/clientnegative/udf_array_contains_wrong1.q.out index a9fc662..d6b98b4 100644 --- a/ql/src/test/results/clientnegative/udf_array_contains_wrong1.q.out +++ b/ql/src/test/results/clientnegative/udf_array_contains_wrong1.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:22 Argument Type Mismatch 1: "array" expected at function ARRAY_CONTAINS, but "int" is found +FAILED: Error in semantic analysis: Line 2:22 Argument type mismatch 1: "array" expected at function ARRAY_CONTAINS, but "int" is found diff --git a/ql/src/test/results/clientnegative/udf_array_contains_wrong2.q.out b/ql/src/test/results/clientnegative/udf_array_contains_wrong2.q.out index 25459e1..7b8dca6 100644 --- a/ql/src/test/results/clientnegative/udf_array_contains_wrong2.q.out +++ b/ql/src/test/results/clientnegative/udf_array_contains_wrong2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:38 Argument Type Mismatch '2': "int" expected at function ARRAY_CONTAINS, but "string" is found +FAILED: Error in semantic analysis: Line 2:38 Argument type mismatch '2': "int" expected at function ARRAY_CONTAINS, but "string" is found diff --git a/ql/src/test/results/clientnegative/udf_case_type_wrong.q.out b/ql/src/test/results/clientnegative/udf_case_type_wrong.q.out index 69ea973..75b9638 100644 --- a/ql/src/test/results/clientnegative/udf_case_type_wrong.q.out +++ b/ql/src/test/results/clientnegative/udf_case_type_wrong.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:13 Argument Type Mismatch 1: The expressions after WHEN should have the same type with that after CASE: "string" is expected but "int" is found +FAILED: Error in semantic analysis: Line 2:13 Argument type mismatch 1: The expressions after WHEN should have the same type with that after CASE: "string" is expected but "int" is found diff --git a/ql/src/test/results/clientnegative/udf_case_type_wrong2.q.out b/ql/src/test/results/clientnegative/udf_case_type_wrong2.q.out index 356f91d..126fa4e 100644 --- a/ql/src/test/results/clientnegative/udf_case_type_wrong2.q.out +++ b/ql/src/test/results/clientnegative/udf_case_type_wrong2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 3:20 Argument Type Mismatch 4: The expressions after THEN should have the same type: "string" is expected but "int" is found +FAILED: Error in semantic analysis: Line 3:20 Argument type mismatch 4: The expressions after THEN should have the same type: "string" is expected but "int" is found diff --git a/ql/src/test/results/clientnegative/udf_case_type_wrong3.q.out b/ql/src/test/results/clientnegative/udf_case_type_wrong3.q.out index fd13bda..fd62771 100644 --- a/ql/src/test/results/clientnegative/udf_case_type_wrong3.q.out +++ b/ql/src/test/results/clientnegative/udf_case_type_wrong3.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 4:13 Argument Type Mismatch 7: The expression after ELSE should have the same type as those after THEN: "string" is expected but "int" is found +FAILED: Error in semantic analysis: Line 4:13 Argument type mismatch 7: The expression after ELSE should have the same type as those after THEN: "string" is expected but "int" is found diff --git a/ql/src/test/results/clientnegative/udf_coalesce.q.out b/ql/src/test/results/clientnegative/udf_coalesce.q.out index 44b5de9..a5279f5 100644 --- a/ql/src/test/results/clientnegative/udf_coalesce.q.out +++ b/ql/src/test/results/clientnegative/udf_coalesce.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:19 Argument Type Mismatch 2.0: The expressions after COALESCE should all have the same type: "int" is expected but "double" is found +FAILED: Error in semantic analysis: Line 1:19 Argument type mismatch 2.0: The expressions after COALESCE should all have the same type: "int" is expected but "double" is found diff --git a/ql/src/test/results/clientnegative/udf_elt_wrong_args_len.q.out b/ql/src/test/results/clientnegative/udf_elt_wrong_args_len.q.out index ef4e67f..22a085a 100644 --- a/ql/src/test/results/clientnegative/udf_elt_wrong_args_len.q.out +++ b/ql/src/test/results/clientnegative/udf_elt_wrong_args_len.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Arguments Length Mismatch 3: The function ELT(N,str1,str2,str3,...) needs at least two arguments. +FAILED: Error in semantic analysis: Line 1:7 Arguments length mismatch 3: The function ELT(N,str1,str2,str3,...) needs at least two arguments. diff --git a/ql/src/test/results/clientnegative/udf_elt_wrong_type.q.out b/ql/src/test/results/clientnegative/udf_elt_wrong_type.q.out index 1ca50f7..fc83f23 100644 --- a/ql/src/test/results/clientnegative/udf_elt_wrong_type.q.out +++ b/ql/src/test/results/clientnegative/udf_elt_wrong_type.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:14 Argument Type Mismatch lintstring: The 2nd argument of function ELT is expected to a primitive type, but list is found +FAILED: Error in semantic analysis: Line 2:14 Argument type mismatch lintstring: The 2nd argument of function ELT is expected to a primitive type, but list is found diff --git a/ql/src/test/results/clientnegative/udf_field_wrong_args_len.q.out b/ql/src/test/results/clientnegative/udf_field_wrong_args_len.q.out index 42b24eb..3bf97d9 100644 --- a/ql/src/test/results/clientnegative/udf_field_wrong_args_len.q.out +++ b/ql/src/test/results/clientnegative/udf_field_wrong_args_len.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Wrong Arguments 3: The function FIELD(str, str1, str2, ...) needs at least two arguments. +FAILED: Error in semantic analysis: Line 1:7 Wrong arguments 3: The function FIELD(str, str1, str2, ...) needs at least two arguments. diff --git a/ql/src/test/results/clientnegative/udf_field_wrong_type.q.out b/ql/src/test/results/clientnegative/udf_field_wrong_type.q.out index 2c6a48e..2a2e944 100644 --- a/ql/src/test/results/clientnegative/udf_field_wrong_type.q.out +++ b/ql/src/test/results/clientnegative/udf_field_wrong_type.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:16 Argument Type Mismatch lintstring: The 2nd argument of function FIELD is expected to a primitive type, but list is found +FAILED: Error in semantic analysis: Line 2:16 Argument type mismatch lintstring: The 2nd argument of function FIELD is expected to a primitive type, but list is found diff --git a/ql/src/test/results/clientnegative/udf_if_not_bool.q.out b/ql/src/test/results/clientnegative/udf_if_not_bool.q.out index d7ae204..a3c8902 100644 --- a/ql/src/test/results/clientnegative/udf_if_not_bool.q.out +++ b/ql/src/test/results/clientnegative/udf_if_not_bool.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:10 Argument Type Mismatch 'STRING': The first argument of function IF should be "boolean", but "string" is found +FAILED: Error in semantic analysis: Line 1:10 Argument type mismatch 'STRING': The first argument of function IF should be "boolean", but "string" is found diff --git a/ql/src/test/results/clientnegative/udf_if_wrong_args_len.q.out b/ql/src/test/results/clientnegative/udf_if_wrong_args_len.q.out index 8862493..89b23c8 100644 --- a/ql/src/test/results/clientnegative/udf_if_wrong_args_len.q.out +++ b/ql/src/test/results/clientnegative/udf_if_wrong_args_len.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Arguments Length Mismatch 1: The function IF(expr1,expr2,expr3) accepts exactly 3 arguments. +FAILED: Error in semantic analysis: Line 1:7 Arguments length mismatch 1: The function IF(expr1,expr2,expr3) accepts exactly 3 arguments. diff --git a/ql/src/test/results/clientnegative/udf_in.q.out b/ql/src/test/results/clientnegative/udf_in.q.out index 9dd7ee5..50a6b98 100644 --- a/ql/src/test/results/clientnegative/udf_in.q.out +++ b/ql/src/test/results/clientnegative/udf_in.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:9 Wrong Arguments 3: The arguments for IN should be the same type! Types are: {int IN (array)} +FAILED: Error in semantic analysis: Line 1:9 Wrong arguments 3: The arguments for IN should be the same type! Types are: {int IN (array)} diff --git a/ql/src/test/results/clientnegative/udf_instr_wrong_args_len.q.out b/ql/src/test/results/clientnegative/udf_instr_wrong_args_len.q.out index 5465ebf..7f66db7 100644 --- a/ql/src/test/results/clientnegative/udf_instr_wrong_args_len.q.out +++ b/ql/src/test/results/clientnegative/udf_instr_wrong_args_len.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Arguments Length Mismatch 'abcd': The function INSTR accepts exactly 2 arguments. +FAILED: Error in semantic analysis: Line 1:7 Arguments length mismatch 'abcd': The function INSTR accepts exactly 2 arguments. diff --git a/ql/src/test/results/clientnegative/udf_instr_wrong_type.q.out b/ql/src/test/results/clientnegative/udf_instr_wrong_type.q.out index c4854a6..89d8542 100644 --- a/ql/src/test/results/clientnegative/udf_instr_wrong_type.q.out +++ b/ql/src/test/results/clientnegative/udf_instr_wrong_type.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:21 Argument Type Mismatch lintstring: The 2nd argument of function INSTR is expected to a primitive type, but list is found +FAILED: Error in semantic analysis: Line 2:21 Argument type mismatch lintstring: The 2nd argument of function INSTR is expected to a primitive type, but list is found diff --git a/ql/src/test/results/clientnegative/udf_locate_wrong_args_len.q.out b/ql/src/test/results/clientnegative/udf_locate_wrong_args_len.q.out index 6b5ad6f..46613e8 100644 --- a/ql/src/test/results/clientnegative/udf_locate_wrong_args_len.q.out +++ b/ql/src/test/results/clientnegative/udf_locate_wrong_args_len.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:7 Arguments Length Mismatch 2: The function LOCATE accepts exactly 2 or 3 arguments. +FAILED: Error in semantic analysis: Line 1:7 Arguments length mismatch 2: The function LOCATE accepts exactly 2 or 3 arguments. diff --git a/ql/src/test/results/clientnegative/udf_locate_wrong_type.q.out b/ql/src/test/results/clientnegative/udf_locate_wrong_type.q.out index 3506901..42cc4b6 100644 --- a/ql/src/test/results/clientnegative/udf_locate_wrong_type.q.out +++ b/ql/src/test/results/clientnegative/udf_locate_wrong_type.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:22 Argument Type Mismatch lintstring: The 2nd argument of function LOCATE is expected to a primitive type, but list is found +FAILED: Error in semantic analysis: Line 2:22 Argument type mismatch lintstring: The 2nd argument of function LOCATE is expected to a primitive type, but list is found diff --git a/ql/src/test/results/clientnegative/udf_size_wrong_args_len.q.out b/ql/src/test/results/clientnegative/udf_size_wrong_args_len.q.out index edb9662..b05731e 100644 --- a/ql/src/test/results/clientnegative/udf_size_wrong_args_len.q.out +++ b/ql/src/test/results/clientnegative/udf_size_wrong_args_len.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 2:7 Arguments Length Mismatch lintstring: The function SIZE only accepts 1 argument. +FAILED: Error in semantic analysis: Line 2:7 Arguments length mismatch lintstring: The function SIZE only accepts 1 argument. diff --git a/ql/src/test/results/clientnegative/udf_size_wrong_type.q.out b/ql/src/test/results/clientnegative/udf_size_wrong_type.q.out index ea41485..0c91c8f 100644 --- a/ql/src/test/results/clientnegative/udf_size_wrong_type.q.out +++ b/ql/src/test/results/clientnegative/udf_size_wrong_type.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 1:12 Argument Type Mismatch 'wrong type: string': "map" or "list" is expected at function SIZE, but "string" is found +FAILED: Error in semantic analysis: Line 1:12 Argument type mismatch 'wrong type: string': "map" or "list" is expected at function SIZE, but "string" is found diff --git a/ql/src/test/results/clientnegative/udf_when_type_wrong.q.out b/ql/src/test/results/clientnegative/udf_when_type_wrong.q.out index ced2310..bec3725 100644 --- a/ql/src/test/results/clientnegative/udf_when_type_wrong.q.out +++ b/ql/src/test/results/clientnegative/udf_when_type_wrong.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 3:13 Argument Type Mismatch '1': "boolean" is expected after WHEN, but "string" is found +FAILED: Error in semantic analysis: Line 3:13 Argument type mismatch '1': "boolean" is expected after WHEN, but "string" is found diff --git a/ql/src/test/results/clientnegative/udf_when_type_wrong2.q.out b/ql/src/test/results/clientnegative/udf_when_type_wrong2.q.out index 0911660..5b06467 100644 --- a/ql/src/test/results/clientnegative/udf_when_type_wrong2.q.out +++ b/ql/src/test/results/clientnegative/udf_when_type_wrong2.q.out @@ -1 +1 @@ -FAILED: Error in semantic analysis: line 3:22 Argument Type Mismatch 4: The expressions after THEN should have the same type: "string" is expected but "int" is found +FAILED: Error in semantic analysis: Line 3:22 Argument type mismatch 4: The expressions after THEN should have the same type: "string" is expected but "int" is found diff --git a/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out b/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out index 4836e89..6974dd7 100644 --- a/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out +++ b/ql/src/test/results/clientnegative/udf_when_type_wrong3.q.out @@ -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 diff --git a/ql/src/test/results/clientnegative/union.q.out b/ql/src/test/results/clientnegative/union.q.out index 2f670f9..333230d 100644 --- a/ql/src/test/results/clientnegative/union.q.out +++ b/ql/src/test/results/clientnegative/union.q.out @@ -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 -- 1.7.4.4