Skip to content

HIVE-29341:Iceberg: [V3] NULL initial default for STRUCT column#6565

Open
ramitg254 wants to merge 1 commit into
apache:masterfrom
ramitg254:HIVE-29341
Open

HIVE-29341:Iceberg: [V3] NULL initial default for STRUCT column#6565
ramitg254 wants to merge 1 commit into
apache:masterfrom
ramitg254:HIVE-29341

Conversation

@ramitg254

@ramitg254 ramitg254 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

Comment on lines +29 to +32
public enum DefaultMetadataPolicy {
WRITE_DEFAULT,
WRITE_AND_INITIAL_DEFAULT
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't think you need this at all, For ORC InitialDefault will be null and the end result will be same, at best we can directly pass isOrcTable if required. I won't though

Change-Id: Ib4d90fb1499a24f9d9481467256b2d688b1769e6
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants