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

Schema evolution test for Iceberg ingestion #884

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

sfc-gh-alhuang
Copy link
Contributor

Add a schema evolution test for Iceberg ingestion. Will add one for structured data type after #869 is merge as that PR includes logic for object comparison.

import org.junit.runners.Parameterized;

public class IcebergSchemaEvolutionIT extends AbstractDataTypeTest {
@Parameterized.Parameters(name = "compressionAlgorithm={0}, icebergSerializationPolicy={1}")
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: why does compression algorithm need to be a test parameter?

@sfc-gh-alhuang sfc-gh-alhuang force-pushed the alhuang-schema-evolution-IT branch from 527e7d9 to c939dc2 Compare November 13, 2024 23:41
@sfc-gh-alhuang sfc-gh-alhuang force-pushed the alhuang-schema-evolution-IT branch from c939dc2 to 5dcfd48 Compare November 14, 2024 00:03
@sfc-gh-alhuang sfc-gh-alhuang merged commit 45c17a5 into master Nov 14, 2024
51 checks passed
@sfc-gh-alhuang sfc-gh-alhuang deleted the alhuang-schema-evolution-IT branch November 14, 2024 18:16
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