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

[Spark] Add managed-commit table feature and CommitStore interface #2627

Closed

Conversation

prakharjain09
Copy link
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Add Managed Commit table feature and Commit Store interface.

Related issue: #2598

How was this patch tested?

UTs

Does this PR introduce any user-facing changes?

No

@prakharjain09 prakharjain09 force-pushed the mc-feature-commitstore branch from 836b253 to 294e7ce Compare February 9, 2024 21:02
Copy link
Collaborator

@ryan-johnson-databricks ryan-johnson-databricks left a comment

Choose a reason for hiding this comment

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

LGTM. The RFC needs to merge before we merge code tho.

Comment on lines +118 to +119
val dir = new File(rootDir, "_delta_log")
dir.mkdir()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yikes... this test was creating Delta metadata files directly in the table dir?

Copy link
Collaborator

@ryan-johnson-databricks ryan-johnson-databricks left a comment

Choose a reason for hiding this comment

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

Looks good, pending two last items to address.

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