From 88134e736829f5f93a82879c08cb191f175ff8af Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 4 Jul 2016 01:57:45 +0800 Subject: [SPARK-16288][SQL] Implement inline table generating function ## What changes were proposed in this pull request? This PR implements `inline` table generating function. ## How was this patch tested? Pass the Jenkins tests with new testcase. Author: Dongjoon Hyun Closes #13976 from dongjoon-hyun/SPARK-16288. --- .../main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sql/hive/src/main') diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala index 53990b8e3b..18b8dafe64 100644 --- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala +++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala @@ -241,9 +241,6 @@ private[sql] class HiveSessionCatalog( "hash", "java_method", "histogram_numeric", "parse_url", "percentile", "percentile_approx", "reflect", "sentences", "stack", "str_to_map", "xpath", "xpath_double", "xpath_float", "xpath_int", "xpath_long", - "xpath_number", "xpath_short", "xpath_string", - - // table generating function - "inline" + "xpath_number", "xpath_short", "xpath_string" ) } -- cgit v1.2.3