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

Support for new Delta v0.4.0 APIs #297

Merged
merged 18 commits into from
Oct 22, 2019
Merged

Conversation

AFFogarty
Copy link
Contributor

This PR adds full support for new Delta v0.4.0 APIs.

The new APIs are:

  • DeltaTable.ConvertToDelta(), which does an in-place conversion from Parquet data to DeltaTable.
  • DeltaTable.IsDeltaTable(), which checks whether or not some data in storage is a DeltaTable.
  • DeltaTable.Alias(), which is similar to DeltaTable.As().

@imback82 imback82 added the enhancement New feature or request label Oct 18, 2019
suhsteve
suhsteve previously approved these changes Oct 21, 2019
Copy link
Member

@suhsteve suhsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@imback82 imback82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@imback82 imback82 merged commit 4343f21 into dotnet:master Oct 22, 2019
@AFFogarty AFFogarty deleted the anfog/delta_0_4_0 branch October 22, 2019 17:15
@AFFogarty AFFogarty restored the anfog/delta_0_4_0 branch August 7, 2021 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants