GitHub user techaddict reopened a pull request:
https://github.com/apache/spark/pull/13413
[SPARK-15663][SQL][WIP] SparkSession.catalog.listFunctions shouldn't
include the list of built-in functions
## What changes were proposed in this pull request?
SparkSession.catalog.listFunctions currently returns all functions,
including the list of built-in functions. This makes the method not as useful
because anytime it is run the result set contains over 100 built-in functions.
## How was this patch tested?
CatalogSuite
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/techaddict/spark SPARK-15663
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13413.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13413
----
commit 99e5220d0d3f84fd929329a8f2a2a5b5705a5b3b
Author: Sandeep Singh <[email protected]>
Date: 2016-05-31T17:23:40Z
[SPARK-15663] SparkSession.catalog.listFunctions shouldn't include the list
of built-in functions
commit 149bc27f3175d75c94588e6bdce7394aaf52f78e
Author: Sandeep Singh <[email protected]>
Date: 2016-06-01T12:06:54Z
fix existing tests
commit 8fe9e377b8139b59a0b280d18111f65ec505b2ed
Author: Sandeep Singh <[email protected]>
Date: 2016-06-01T15:59:08Z
Fix SQLQuerySuite test
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]