-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: Iceberg Write failing to upgrade due to "IllegalArgumentException: unable to serialize SchemaCoder" #32795
Comments
Can you check if this works? #32796 |
Getting the same error with that PR. |
I'm seeing that Iceberg unit and integration tests started failing ~10 hours ago. @chamikaramj can you try it with the |
CC @reuvenlax |
full stacktrace:
|
#32757 isn't in 2.60.0, should the milestone item be 2.61.0? |
I'm taking a look. |
@Abacn yes sorry, removing now |
I'm trying to repro - when I run these tests I see the following failure: unable to serialize org.apache.beam.sdk.io.iceberg.ScanSource@490d9c41 However ScanSource is a BoundedSource, not an element. Does this have anything to do with schemas? |
@chamikaramj can you see if this works? #32810 |
Yeah, #32810 works. Thank you! |
What happened?
I'm getting following (via the ExpansionService) when upgrading the Iceberg Write transform.
Seems like the coder for
FileWriteResult
is failing during translation. I'm not sure why the SchemaCoder didn't properly resolve forSerializableDataFile
(so it ended up defaulting toSerializableCoder
).Issue Priority
Priority: 1 (data loss / total loss of function)
Issue Components
The text was updated successfully, but these errors were encountered: