-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically Enabled Table Features
- Loading branch information
1 parent
ac2ce58
commit 4d346cb
Showing
7 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# CloneConvertedSource | ||
|
||
`CloneConvertedSource` is...FIXME | ||
`CloneConvertedSource` is an [extension](#contract) of the [CloneSource](CloneSource.md) abstraction for [convertible non-delta table sources](#implementations) to clone from. | ||
|
||
## Contract | ||
|
||
### convertTargetTable { #convertTargetTable } | ||
|
||
```scala | ||
convertTargetTable: ConvertTargetTable | ||
``` | ||
|
||
Used when: | ||
|
||
* `CloneConvertedSource` is requested for the [data path](#dataPath), [schema](#schema), [metadata](#metadata), [allFiles](#allFiles), [close](#close) | ||
|
||
## Implementations | ||
|
||
* `CloneIcebergSource` | ||
* [CloneParquetSource](CloneParquetSource.md) | ||
|
||
## Creating Instance | ||
|
||
`CloneConvertedSource` takes the following to be created: | ||
|
||
* <span id="spark"> `SparkSession` | ||
|
||
!!! note "Abstract Class" | ||
`CloneConvertedSource` is an abstract class and cannot be created directly. It is created indirectly for the [concrete CloneConvertedSources](#implementations). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters