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

[PAUSE] [Kernel] [CCv2] Create AbstractMetadata action #4098

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scottsand-db
Copy link
Collaborator

Which Delta project/connector is this regarding?

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

Description

Add AbstractMetadata interface and clean up our Metadata implementation.

How was this patch tested?

Trivial refactor

Does this PR introduce any user-facing changes?

New public API.

@scottsand-db scottsand-db self-assigned this Jan 29, 2025
@scottsand-db scottsand-db force-pushed the kernel_ccv2_abstract_metadata branch 2 times, most recently from 5fac5f1 to 16d53e4 Compare January 29, 2025 18:00
@scottsand-db scottsand-db force-pushed the kernel_ccv2_abstract_metadata branch from d4a9ba8 to cd0dd2c Compare January 29, 2025 19:15
@@ -102,136 +119,109 @@ public Metadata(
this.format = requireNonNull(format, "format is null");
this.schemaString = requireNonNull(schemaString, "schemaString is null");
this.schema = schema;
this.partitionColumns = requireNonNull(partitionColumns, "partitionColumns is null");
this.partitionColumnsArrayValue =
requireNonNull(partitionColumnsArrayValue, "partitionColumns is null");
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

partitionColumnsArrayValue

@scottsand-db scottsand-db changed the title [Kernel] [CCv2] Create AbstractMetadata action [PAUSE] [Kernel] [CCv2] Create AbstractMetadata action Jan 30, 2025
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.

1 participant