TheNeuralBit commented on PR #22626:
URL: https://github.com/apache/beam/pull/22626#issuecomment-1208609859
@lostluck it looks like Go might be using the same coder for
single-precision floats as for double-precision, is that right? From the Go
PreCommit:
```
13:58:13 --- FAIL: TestStandardCoders (0.03s)
13:58:13 --- FAIL: TestStandardCoders/beam:coder:row:v1#06 (0.00s)
13:58:13 fromyaml_test.go:42: Failed "{beam:coder:row:v1
13:58:13
13:58:13 f_float$8c97b6c5-69e5-4733-907b-26cd8edae612 []
false}": err decoding "\x01\x00\x00\x00\x00\x00": decoding a struct { F_float
float32 "beam:\"f_float\"" }
13:58:13 caused by:
13:58:13 error decoding double field
13:58:13 caused by:
13:58:13 EOF
13:58:13 FAIL
```
--
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]