GitHub user ericl opened a pull request:
https://github.com/apache/spark/pull/15634
[SPARK-18103] [SQL] Rename *FileCatalog to *FileProvider
## What changes were proposed in this pull request?
To reduce the number of components in SQL named *Catalog, rename
*FileCatalog to *FileProvider. A FileProvider is responsible for returning the
list of partitions / files to scan given a filtering expression.
```
TableFileCatalog => TableFileProvider
FileCatalog => FileProvider
ListingFileCatalog => ListingFileProvider
MetadataLogFileCatalog => MetadataLogFileProvider
PrunedTableFileCatalog => PrunedTableFileProvider
```
cc @yhuai @marmbrus
## How was this patch tested?
N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ericl/spark rename-file-provider
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15634.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 #15634
----
commit 0776537cdb13863c22b948980bcc1e54c2221ddc
Author: Eric Liang <[email protected]>
Date: 2016-10-25T21:10:08Z
bulk rename
----
---
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]