-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
...-v2/src/main/kotlin/io/airbyte/integrations/destination/iceberg/v2/IcebergSuperTypeFinder.kt
Outdated
Show resolved
Hide resolved
...-v2/src/main/kotlin/io/airbyte/integrations/destination/iceberg/v2/IcebergSuperTypeFinder.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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
} | ||
|
||
/** | ||
* Combines two top-level [Type]s. If exactly one is primitive and the other is non-primitive, |
There was a problem hiding this comment.
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?
b94f5f7
to
6cb11f4
Compare
3b39576
to
0f58734
Compare
# 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
# Conflicts: # docs/integrations/destinations/s3-data-lake.md
8d1f6fe
to
3a7771f
Compare
/format-fix
|
# Conflicts: # docs/integrations/destinations/s3-data-lake.md
Part of https://github.com/airbytehq/airbyte-internal-issues/issues/10918