Skip to content

Commit

Permalink
[MINOR][SQL] Remove implemented functions from comments of 'HiveSessi…
Browse files Browse the repository at this point in the history
…onCatalog.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 <[email protected]>

Closes apache#14769 from Sherry302/cleanComment.
  • Loading branch information
weiqingy authored and rxin committed Aug 24, 2016
1 parent c1937dd commit b9994ad
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b9994ad

Please sign in to comment.