aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorWeiqing Yang <yangweiqing001@gmail.com>2016-08-23 23:44:45 -0700
committerReynold Xin <rxin@databricks.com>2016-08-23 23:44:45 -0700
commitb9994ad05628077016331e6b411fbc09017b1e63 (patch)
tree1a13ec5b0046f61d8296ebb9efbe02c49769dbe2 /sql/hive
parentc1937dd19a23bd096a4707656c7ba19fb5c16966 (diff)
downloadspark-b9994ad05628077016331e6b411fbc09017b1e63.tar.gz
spark-b9994ad05628077016331e6b411fbc09017b1e63.tar.bz2
spark-b9994ad05628077016331e6b411fbc09017b1e63.zip
[MINOR][SQL] Remove implemented functions from comments of 'HiveSessionCatalog.scala'
## What changes were proposed in this pull request? This PR removes implemented functions from comments of `HiveSessionCatalog.scala`: `java_method`, `posexplode`, `str_to_map`. ## How was this patch tested? Manual. Author: Weiqing Yang <yangweiqing001@gmail.com> Closes #14769 from Sherry302/cleanComment.
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala6
1 files changed, 2 insertions, 4 deletions
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 ebed9eb6e7..ca8c7347f2 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
@@ -230,10 +230,8 @@ private[sql] class HiveSessionCatalog(
// List of functions we are explicitly not supporting are:
// compute_stats, context_ngrams, create_union,
// current_user, ewah_bitmap, ewah_bitmap_and, ewah_bitmap_empty, ewah_bitmap_or, field,
- // in_file, index, java_method,
- // matchpath, ngrams, noop, noopstreaming, noopwithmap, noopwithmapstreaming,
- // parse_url_tuple, posexplode, reflect2,
- // str_to_map, windowingtablefunction.
+ // in_file, index, matchpath, ngrams, noop, noopstreaming, noopwithmap,
+ // noopwithmapstreaming, parse_url_tuple, reflect2, windowingtablefunction.
private val hiveFunctions = Seq(
"hash",
"histogram_numeric",