You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/12 18:37:45 UTC

[GitHub] [beam] lostluck commented on issue #22629: [Bug]: Mismatch in single-precision float encoding between Java and Go RowCoder implementations

lostluck commented on issue #22629:
URL: https://github.com/apache/beam/issues/22629#issuecomment-1213407167

   Ah whoops. The problem is that there are two separate parts for Row Coding: actually encoding from the Go structs (which Jacks PR did) and converting those struct types to the schema proto representation. The latter should be what's missing.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org