Ryan Gordon

Results 4 comments of Ryan Gordon

Also running into this bug with similar circumstances: ```Java.lang.RuntimeException: java.io.IOException: Insert failed: [{"errors":[{"debugInfo":"","location":"","message":"Maximum allowed row size exceeded. Allowed: 1048576 Row size: 1383816","reason":"invalid"}],"index":0}]``` The dataflow job retries indefinitely, causing the pipeline...

Just FYI, I actually haven't been able to make any progress on that and because the pure-PHP Protobuf library works on HHVM (I've been maintaining it for HHVM compat and...

Also, I just looked through and this seems to only implement a smalls subset of the Protobuf extension. Is that correct?

Ah interesting; The main performance problem we see in the PHP Protobuf library (without JIT) is that for every single request these functions listed here are called over and over...