ahmedabu98 commented on PR #32821: URL: https://github.com/apache/beam/pull/32821#issuecomment-2587384084
I checked with some folks and it should be update-compatible because ByteBuffer gets resolved to `byte[]` for serialization. The problem is that our current ByteBuddy utils don't fully acknowledge Map parameterized types (more details in issue #32701). This was going to be fixed as a byproduct of this PR #32757, but the PR was later reverted in favor of #32081. The latter PR doesn't fix this issue. I tried delving in a couple of times recently to fix this again but I couldn't get something substantive quickly enough. I'm not familiar with this realm of Schema inference. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
