-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add Iceberg Schema Support for PassThroughLogicalType #36870
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
base: master
Are you sure you want to change the base?
Conversation
| String logicalTypeIdentifier = | ||
| checkArgumentNotNull(beamType.getLogicalType()).getIdentifier(); | ||
| Schema.LogicalType<?, ?> logicalType = checkArgumentNotNull(beamType.getLogicalType()); | ||
| if (logicalType instanceof FixedPrecisionNumeric) { |
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.
not fully sure if this is the right way. But DecimalType need inputs of precision and scale. which is not the case with other types
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.
parametrized timestamp type may be another case. cc: @claudevdm
|
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment |
Abacn
left a comment
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.
Thanks, LGTM
Fixes #36864
Adding Schema Iceberg support for PassThroughLogicalType
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.