Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTS-3385: migrate getTableVersion to use delta-kernel #495

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Conversation

pranavsuku-db
Copy link
Collaborator

getTableVersion now uses the DeltaSharedTableKernel implementation. In this PR, delta-kernel is imported into OSS and DeltaSharedTableKernel and the original DeltaSharedTable inherit from a trait DeltaSharedTableProtocol. This protocol trait is what is returned by the table loader. The table loader will return a standalone DeltaSharedTable unless a parameter is specified to return the kernel implementation. This parameter is only turned on for getTableVersion.

@pranavsuku-db pranavsuku-db changed the title DTS-3385: DTS-migrate getTableVersion to use delta-kernel DTS-3385: migrate getTableVersion to use delta-kernel Jun 10, 2024
@pranavsuku-db pranavsuku-db merged commit c14c61e into main Jun 10, 2024
6 of 8 checks passed
linzhou-db added a commit to linzhou-db/delta-sharing that referenced this pull request Jun 14, 2024
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.

2 participants