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

feat: implement logic to determine super types between iceberg types #50412

Merged
merged 14 commits into from
Jan 14, 2025

Conversation

subodh1810
Copy link
Contributor

@subodh1810 subodh1810 commented Dec 24, 2024

@subodh1810 subodh1810 self-assigned this Dec 24, 2024
@subodh1810 subodh1810 requested a review from a team as a code owner December 24, 2024 10:02
Copy link

vercel bot commented Dec 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2025 5:19am

@subodh1810 subodh1810 changed the title Iceberg schema supertype finder feat: implement logic to determine super types between iceberg types Dec 24, 2024
Copy link
Contributor

@edgao edgao left a comment

Choose a reason for hiding this comment

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

one nit about a javadoc, otherwise :shipit:

}

/**
* Combines two top-level [Type]s. If exactly one is primitive and the other is non-primitive,
Copy link
Contributor

Choose a reason for hiding this comment

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

seems like this throws is any of them are non-primitive?

@octavia-squidington-iv octavia-squidington-iv requested review from a team January 2, 2025 22:29
@frifriSF59 frifriSF59 force-pushed the iceberg-schema-comparator branch 2 times, most recently from b94f5f7 to 6cb11f4 Compare January 9, 2025 22:15
Base automatically changed from iceberg-schema-comparator to master January 9, 2025 23:01
@frifriSF59 frifriSF59 force-pushed the iceberg-schema-supertype-finder branch from 3b39576 to 0f58734 Compare January 9, 2025 23:22
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Jan 10, 2025
subodh1810 and others added 3 commits January 10, 2025 09:46
# Conflicts:
#	airbyte-integrations/connectors/destination-s3-data-lake/src/main/kotlin/io/airbyte/integrations/destination/s3_data_lake/IcebergTypesComparator.kt
#	airbyte-integrations/connectors/destination-s3-data-lake/src/test/kotlin/io/airbyte/integrations/destination/s3_data_lake/IcebergTypesComparatorTest.kt
@frifriSF59 frifriSF59 force-pushed the iceberg-schema-supertype-finder branch from 8d1f6fe to 3a7771f Compare January 10, 2025 17:48
@frifriSF59
Copy link
Contributor

frifriSF59 commented Jan 10, 2025

/format-fix

Format-fix job started... Check job output.

✅ Changes applied successfully. (756dbe0)

# Conflicts:
#	docs/integrations/destinations/s3-data-lake.md
@subodh1810 subodh1810 merged commit d5be4b7 into master Jan 14, 2025
30 checks passed
@subodh1810 subodh1810 deleted the iceberg-schema-supertype-finder branch January 14, 2025 05:46
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.

4 participants