Skip to content

Conversation

@yili-db
Copy link
Collaborator

@yili-db yili-db commented Dec 3, 2025

Which Delta project/connector is this regarding?

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

Description

Plumbing the table feature properties to server when create a table.
These table properties need to be set if Delta creates a managed table with catalogManaged feature on UC.

How was this patch tested?

Does this PR introduce any user-facing changes?

No.

@yili-db yili-db marked this pull request as draft December 3, 2025 22:40
kv
case lKey if lKey.startsWith(TableFeatureProtocolUtils.FEATURE_PROP_PREFIX) =>
// This is a table feature, we should allow it.
lKey -> value
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

lKey is the lower case. changing it to key to retain the original case.

partitionColumnNames = Nil,
properties = UpdateCatalog.updatedProperties(snapshot)
++ additionalProperties,
++ additionalProperties ++ tableProtocolProperties,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To be conservative, adding back just the protocol properties plus the uc table id.

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