Skip to content
Snippets Groups Projects
Commit f36c9c83 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifier

## What changes were proposed in this pull request?
This patch changes UnresolvedFunction and UnresolvedGenerator to use a FunctionIdentifier rather than just a String for function name. Also changed SessionCatalog to accept FunctionIdentifier in lookupFunction.

## How was this patch tested?
Updated related unit tests.

Author: Reynold Xin <rxin@databricks.com>

Closes #12659 from rxin/SPARK-14888.
parent 34336b62
No related branches found
No related tags found
No related merge requests found
Showing
with 117 additions and 92 deletions
Loading
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