aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources
diff options
context:
space:
mode:
authorHerman van Hovell <hvanhovell@questtec.nl>2016-01-27 13:45:00 -0800
committerReynold Xin <rxin@databricks.com>2016-01-27 13:45:00 -0800
commitef96cd3c521c175878c38a1ed6eeeab0ed8346b5 (patch)
treead7553255f8ae6620bfdca80ba41538dcab7f310 /sql/hive/src/test/resources
parent680afabe78b77e4e63e793236453d69567d24290 (diff)
downloadspark-ef96cd3c521c175878c38a1ed6eeeab0ed8346b5.tar.gz
spark-ef96cd3c521c175878c38a1ed6eeeab0ed8346b5.tar.bz2
spark-ef96cd3c521c175878c38a1ed6eeeab0ed8346b5.zip
[SPARK-12865][SPARK-12866][SQL] Migrate SparkSQLParser/ExtendedHiveQlParser commands to new Parser
This PR moves all the functionality provided by the SparkSQLParser/ExtendedHiveQlParser to the new Parser hierarchy (SparkQl/HiveQl). This also improves the current SET command parsing: the current implementation swallows ```set role ...``` and ```set autocommit ...``` commands, this PR respects these commands (and passes them on to Hive). This PR and https://github.com/apache/spark/pull/10723 end the use of Parser-Combinator parsers for SQL parsing. As a result we can also remove the ```AbstractSQLParser``` in Catalyst. The PR is marked WIP as long as it doesn't pass all tests. cc rxin viirya winningsix (this touches https://github.com/apache/spark/pull/10144) Author: Herman van Hovell <hvanhovell@questtec.nl> Closes #10905 from hvanhovell/SPARK-12866.
Diffstat (limited to 'sql/hive/src/test/resources')
-rw-r--r--sql/hive/src/test/resources/golden/show_functions-1-4a6f611305f58bdbafb2fd89ec62d7974
-rw-r--r--sql/hive/src/test/resources/golden/show_functions-2-97cbada21ad9efda7ce9de5891deca7c1
-rw-r--r--sql/hive/src/test/resources/golden/show_functions-4-4deaa213aff83575bbaf859f79bfdd482
3 files changed, 7 insertions, 0 deletions
diff --git a/sql/hive/src/test/resources/golden/show_functions-1-4a6f611305f58bdbafb2fd89ec62d797 b/sql/hive/src/test/resources/golden/show_functions-1-4a6f611305f58bdbafb2fd89ec62d797
index 175795534f..f400819b67 100644
--- a/sql/hive/src/test/resources/golden/show_functions-1-4a6f611305f58bdbafb2fd89ec62d797
+++ b/sql/hive/src/test/resources/golden/show_functions-1-4a6f611305f58bdbafb2fd89ec62d797
@@ -1,4 +1,5 @@
case
+cbrt
ceil
ceiling
coalesce
@@ -17,3 +18,6 @@ covar_samp
create_union
cume_dist
current_database
+current_date
+current_timestamp
+current_user
diff --git a/sql/hive/src/test/resources/golden/show_functions-2-97cbada21ad9efda7ce9de5891deca7c b/sql/hive/src/test/resources/golden/show_functions-2-97cbada21ad9efda7ce9de5891deca7c
index 3c25d656bd..19458fc86e 100644
--- a/sql/hive/src/test/resources/golden/show_functions-2-97cbada21ad9efda7ce9de5891deca7c
+++ b/sql/hive/src/test/resources/golden/show_functions-2-97cbada21ad9efda7ce9de5891deca7c
@@ -2,6 +2,7 @@ assert_true
case
coalesce
current_database
+current_date
decode
e
encode
diff --git a/sql/hive/src/test/resources/golden/show_functions-4-4deaa213aff83575bbaf859f79bfdd48 b/sql/hive/src/test/resources/golden/show_functions-4-4deaa213aff83575bbaf859f79bfdd48
index cd2e58d04a..1d05f843a7 100644
--- a/sql/hive/src/test/resources/golden/show_functions-4-4deaa213aff83575bbaf859f79bfdd48
+++ b/sql/hive/src/test/resources/golden/show_functions-4-4deaa213aff83575bbaf859f79bfdd48
@@ -1,4 +1,6 @@
+current_date
date_add
+date_format
date_sub
datediff
to_date