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

Remove version param from create_checkpoint_from_table #399

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

mosyp
Copy link
Contributor

@mosyp mosyp commented Aug 19, 2021

Description

Fixes #385

And takes into account #385 (comment) suggestion

@mosyp mosyp requested review from xianwill and houqp August 19, 2021 09:11
@mosyp mosyp enabled auto-merge (squash) August 19, 2021 09:20
@mosyp mosyp merged commit 0c6109a into delta-io:main Aug 19, 2021
@mosyp mosyp deleted the remove-cp-version branch August 19, 2021 11:09
Comment on lines +166 to +170
println!("CREATING CHECKPOINT");
for a in state.files().iter() {
println!("{}", a.path);
}

Copy link
Member

Choose a reason for hiding this comment

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

@mosyp @xianwill looks like these debugging print should have been removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, u're right, will remove then

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.

Explore behaviour of creating checkpoints with passed table reference
3 participants