-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a usesLegacyMetadata() method to ConnectorMetadata for connectors to indicate if they use the legacy Table Layouts feature. The method returns true by default during the transition period. The following methods are deprecated: ConnectorMetadata.getTableLayouts() ConnectorMetadata.getTableLayout() ConnectorMetadata.getInfo(ConnectorTableLayoutHandle) ConnectorHandleResolver.getTableLayoutHandleClass() ConnectorSplitManager.getSplits(..., ConnectorTableLayoutHandle, ...) Connectors that do not support Table Layouts need to implement new methods instead: ConnectorMetadata.getTableProperties() ConnectorMetadata.getInto(ConnectorTableHandle) ConnectorSplitManager.getSplits(..., ConnectorTableHandle, ...)
- Loading branch information
Showing
21 changed files
with
380 additions
and
101 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
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
Oops, something went wrong.