delta-io / delta-sharing

An open protocol for secure data sharing
https://delta.io/sharing
Apache License 2.0
753 stars 168 forks source link

Code refactor to split logic for DeltaSharedTableLoader and DeltaSharedTable #494

Closed pranavsuku-db closed 3 months ago

pranavsuku-db commented 3 months ago

Part of effort for supporting Delta Sharing Python to Read Shared DV/CM tables. Refactoring code so that a new DeltaSharedTableKernel can be created and the loader does not care about the DeltaSharedTableImplementation.

In this refactor I brought the DeltaSharedTableLoader to its own file in the server package. I renamed the old file to DeltaSharedTable