DeltaCatalog¶
DeltaCatalog is a concrete AbstractDeltaCatalog.
loadCatalogTable¶
AbstractDeltaCatalog
loadCatalogTable is part of the AbstractDeltaCatalog abstraction.
loadCatalogTable loadTableInternal to decide on the table implementation:
loadPathTable¶
AbstractDeltaCatalog
loadPathTable is part of the AbstractDeltaCatalog abstraction.
loadPathTable...FIXME
Load Delta Table¶
loadTableInternal creates a DeltaV2Mode (for the SQLConf of the active SparkSession).
When shouldCatalogReturnV2Tables loadTableInternal uses the given v2ConnectorSupplier. Otherwise, loadTableInternal uses the given v1ConnectorSupplier.