Skip to content
Snippets Groups Projects
Commit b9994ad0 authored by Weiqing Yang's avatar Weiqing Yang Committed by Reynold Xin
Browse files

[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.
parent c1937dd1
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment