Skip to content

Conversation

@ericl
Copy link
Contributor

@ericl ericl commented Oct 18, 2016

What changes were proposed in this pull request?

This renames BasicFileCatalog => FileCatalog, combines SessionFileCatalog with PartitioningAwareFileCatalog, and removes the old FileCatalog trait.

In summary,

MetadataLogFileCatalog extends PartitioningAwareFileCatalog
ListingFileCatalog extends PartitioningAwareFileCatalog
PartitioningAwareFileCatalog extends FileCatalog
TableFileCatalog extends FileCatalog

(note that this is a re-submission of #15518 which got reverted)

How was this patch tested?

Existing tests

@rxin
Copy link
Contributor

rxin commented Oct 18, 2016

Can you put the proper description here still? It becomes part of the commit msg.

@SparkQA
Copy link

SparkQA commented Oct 18, 2016

Test build #67136 has finished for PR 15533 at commit 699bce5.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Oct 18, 2016

Merging in master. Thanks.

@asfgit asfgit closed this in 4ef39c2 Oct 18, 2016
robert3005 pushed a commit to palantir/spark that referenced this pull request Nov 1, 2016
…eritance tree

## What changes were proposed in this pull request?

This renames `BasicFileCatalog => FileCatalog`, combines  `SessionFileCatalog` with `PartitioningAwareFileCatalog`, and removes the old `FileCatalog` trait.

In summary,
```
MetadataLogFileCatalog extends PartitioningAwareFileCatalog
ListingFileCatalog extends PartitioningAwareFileCatalog
PartitioningAwareFileCatalog extends FileCatalog
TableFileCatalog extends FileCatalog
```

(note that this is a re-submission of apache#15518 which got reverted)

## How was this patch tested?

Existing tests

Author: Eric Liang <[email protected]>

Closes apache#15533 from ericl/fix-scalastyle-revert.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
…eritance tree

## What changes were proposed in this pull request?

This renames `BasicFileCatalog => FileCatalog`, combines  `SessionFileCatalog` with `PartitioningAwareFileCatalog`, and removes the old `FileCatalog` trait.

In summary,
```
MetadataLogFileCatalog extends PartitioningAwareFileCatalog
ListingFileCatalog extends PartitioningAwareFileCatalog
PartitioningAwareFileCatalog extends FileCatalog
TableFileCatalog extends FileCatalog
```

(note that this is a re-submission of apache#15518 which got reverted)

## How was this patch tested?

Existing tests

Author: Eric Liang <[email protected]>

Closes apache#15533 from ericl/fix-scalastyle-revert.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants