Repository: hive
Updated Branches:
  refs/heads/master 24969a8de -> 86b678f50


http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/garbage.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/garbage.q.out 
b/ql/src/test/results/compiler/errors/garbage.q.out
index fdca829..1f70a5f 100644
--- a/ql/src/test/results/compiler/errors/garbage.q.out
+++ b/ql/src/test/results/compiler/errors/garbage.q.out
@@ -1 +1 @@
-Parse Error: line 1:0 cannot recognize input near 'this' 'is' 'totally'
\ No newline at end of file
+Parse Error: line 2:0 cannot recognize input near 'this' 'is' 'totally'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out
----------------------------------------------------------------------
diff --git 
a/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out 
b/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out
index 1bf1354..e54bbb0 100644
--- a/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out
+++ b/ql/src/test/results/compiler/errors/insert_wrong_number_columns.q.out
@@ -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 3: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

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/invalid_dot.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/invalid_dot.q.out 
b/ql/src/test/results/compiler/errors/invalid_dot.q.out
index df24ac6..e197d03 100644
--- a/ql/src/test/results/compiler/errors/invalid_dot.q.out
+++ b/ql/src/test/results/compiler/errors/invalid_dot.q.out
@@ -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 3:36 . Operator is only supported on struct or list of struct types 
'member'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/invalid_function_param2.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/invalid_function_param2.q.out 
b/ql/src/test/results/compiler/errors/invalid_function_param2.q.out
index 889b71c..60606f7 100644
--- a/ql/src/test/results/compiler/errors/invalid_function_param2.q.out
+++ b/ql/src/test/results/compiler/errors/invalid_function_param2.q.out
@@ -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_(binary, int)  _FUNC_(binary, int, int)  _FUNC_(string, int)  
_FUNC_(string, int, int)  
\ No newline at end of file
+Line 3:36 Wrong arguments ''abc'': No matching method for class 
org.apache.hadoop.hive.ql.udf.UDFSubstr with (string, string). Possible 
choices: _FUNC_(binary, int)  _FUNC_(binary, int, int)  _FUNC_(string, int)  
_FUNC_(string, int, int)  
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/invalid_index.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/invalid_index.q.out 
b/ql/src/test/results/compiler/errors/invalid_index.q.out
index e1909b9..983a531 100644
--- a/ql/src/test/results/compiler/errors/invalid_index.q.out
+++ b/ql/src/test/results/compiler/errors/invalid_index.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:36 [] not valid on non-collection types '0': string
\ No newline at end of file
+Line 3:36 [] not valid on non-collection types '0': string
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/invalid_select.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/invalid_select.q.out 
b/ql/src/test/results/compiler/errors/invalid_select.q.out
index 9e468d7..31ee094 100644
--- a/ql/src/test/results/compiler/errors/invalid_select.q.out
+++ b/ql/src/test/results/compiler/errors/invalid_select.q.out
@@ -1 +1 @@
-Parse Error: line 3:6 missing EOF at '(' near 'trim'
\ No newline at end of file
+Parse Error: line 4:6 missing EOF at '(' near 'trim'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/missing_overwrite.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/missing_overwrite.q.out 
b/ql/src/test/results/compiler/errors/missing_overwrite.q.out
index 7d3a201..361d4f9 100644
--- a/ql/src/test/results/compiler/errors/missing_overwrite.q.out
+++ b/ql/src/test/results/compiler/errors/missing_overwrite.q.out
@@ -1 +1 @@
-Parse Error: line 2:7 cannot recognize input near 'INSERT' 'TABLE' 'dest1' in 
insert clause
\ No newline at end of file
+Parse Error: line 3:7 cannot recognize input near 'INSERT' 'TABLE' 'dest1' in 
insert clause
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/nonkey_groupby.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/nonkey_groupby.q.out 
b/ql/src/test/results/compiler/errors/nonkey_groupby.q.out
index a13d45d..d828f35 100644
--- a/ql/src/test/results/compiler/errors/nonkey_groupby.q.out
+++ b/ql/src/test/results/compiler/errors/nonkey_groupby.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:44 Expression not in GROUP BY key 'value'
\ No newline at end of file
+Line 3:44 Expression not in GROUP BY key 'value'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/quoted_string.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/quoted_string.q.out 
b/ql/src/test/results/compiler/errors/quoted_string.q.out
index 421540b..7e007c8 100644
--- a/ql/src/test/results/compiler/errors/quoted_string.q.out
+++ b/ql/src/test/results/compiler/errors/quoted_string.q.out
@@ -1,2 +1,2 @@
-Parse Error: line 3:0 character '<EOF>' not supported here
-line 3:0 character '<EOF>' not supported here
\ No newline at end of file
+Parse Error: line 4:0 character '<EOF>' not supported here
+line 4:0 character '<EOF>' not supported here
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_column1.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_column1.q.out 
b/ql/src/test/results/compiler/errors/unknown_column1.q.out
index 933f079..d0e94a5 100644
--- a/ql/src/test/results/compiler/errors/unknown_column1.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_column1.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:48 Invalid column reference 'dummycol'
\ No newline at end of file
+Line 3:48 Invalid column reference 'dummycol'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_column2.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_column2.q.out 
b/ql/src/test/results/compiler/errors/unknown_column2.q.out
index b598b87..2fe85ee 100644
--- a/ql/src/test/results/compiler/errors/unknown_column2.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_column2.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:64 Invalid column reference 'dummykey'
\ No newline at end of file
+Line 3:64 Invalid column reference 'dummykey'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_column3.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_column3.q.out 
b/ql/src/test/results/compiler/errors/unknown_column3.q.out
index adbfdd9..dbfc43e 100644
--- a/ql/src/test/results/compiler/errors/unknown_column3.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_column3.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:87 Invalid column reference 'dummycol'
\ No newline at end of file
+Line 3:87 Invalid column reference 'dummycol'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_column4.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_column4.q.out 
b/ql/src/test/results/compiler/errors/unknown_column4.q.out
index 8ce1285..88ca495 100644
--- a/ql/src/test/results/compiler/errors/unknown_column4.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_column4.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:83 Invalid table alias or column reference 'dummysrc': (possible column 
names are: key, value)
\ No newline at end of file
+Line 3:83 Invalid table alias or column reference 'dummysrc': (possible column 
names are: key, value)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_column5.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_column5.q.out 
b/ql/src/test/results/compiler/errors/unknown_column5.q.out
index ea68e21..26b1558 100644
--- a/ql/src/test/results/compiler/errors/unknown_column5.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_column5.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:60 Invalid table alias or column reference 'dummysrc': (possible column 
names are: key, value)
\ No newline at end of file
+Line 3:60 Invalid table alias or column reference 'dummysrc': (possible column 
names are: key, value)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_column6.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_column6.q.out 
b/ql/src/test/results/compiler/errors/unknown_column6.q.out
index a13d45d..d828f35 100644
--- a/ql/src/test/results/compiler/errors/unknown_column6.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_column6.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:44 Expression not in GROUP BY key 'value'
\ No newline at end of file
+Line 3:44 Expression not in GROUP BY key 'value'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_function2.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_function2.q.out 
b/ql/src/test/results/compiler/errors/unknown_function2.q.out
index 88b15ec..1beddc4 100644
--- a/ql/src/test/results/compiler/errors/unknown_function2.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_function2.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:60 Invalid function 'anotherdummyfn'
\ No newline at end of file
+Line 3:60 Invalid function 'anotherdummyfn'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_function3.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_function3.q.out 
b/ql/src/test/results/compiler/errors/unknown_function3.q.out
index 88b15ec..1beddc4 100644
--- a/ql/src/test/results/compiler/errors/unknown_function3.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_function3.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:60 Invalid function 'anotherdummyfn'
\ No newline at end of file
+Line 3:60 Invalid function 'anotherdummyfn'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_table1.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_table1.q.out 
b/ql/src/test/results/compiler/errors/unknown_table1.q.out
index d5743a3..8683b17 100644
--- a/ql/src/test/results/compiler/errors/unknown_table1.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_table1.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 1:5 Table not found 'dummySrc'
\ No newline at end of file
+Line 2:5 Table not found 'dummySrc'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/unknown_table2.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/unknown_table2.q.out 
b/ql/src/test/results/compiler/errors/unknown_table2.q.out
index d031fae..88a48dd 100644
--- a/ql/src/test/results/compiler/errors/unknown_table2.q.out
+++ b/ql/src/test/results/compiler/errors/unknown_table2.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-Line 2:23 Table not found 'dummyDest'
\ No newline at end of file
+Line 3:23 Table not found 'dummyDest'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/wrong_distinct1.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/wrong_distinct1.q.out 
b/ql/src/test/results/compiler/errors/wrong_distinct1.q.out
index 11f48a2..de81b5b 100644
--- a/ql/src/test/results/compiler/errors/wrong_distinct1.q.out
+++ b/ql/src/test/results/compiler/errors/wrong_distinct1.q.out
@@ -1,2 +1,2 @@
 Semantic Exception: 
-2:88 SELECT DISTINCT and GROUP BY can not be in the same query. Error 
encountered near token 'key'
\ No newline at end of file
+3:88 SELECT DISTINCT and GROUP BY can not be in the same query. Error 
encountered near token 'key'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hive/blob/86b678f5/ql/src/test/results/compiler/errors/wrong_distinct2.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/compiler/errors/wrong_distinct2.q.out 
b/ql/src/test/results/compiler/errors/wrong_distinct2.q.out
index 6a492d2..637ba72 100644
--- a/ql/src/test/results/compiler/errors/wrong_distinct2.q.out
+++ b/ql/src/test/results/compiler/errors/wrong_distinct2.q.out
@@ -1 +1 @@
-Parse Error: line 2:45 cannot recognize input near ',' 'DISTINCT' 'substr' in 
lateral view
\ No newline at end of file
+Parse Error: line 3:45 cannot recognize input near ',' 'DISTINCT' 'substr' in 
lateral view
\ No newline at end of file

Reply via email to