John Pedrie
John Pedrie
Any update @mnd999?
@ged15 have you had a chance to review this based on @dwsupplee's most recent comment?
Sorry @niklasravnsborg I don't work on this project anymore. I'm sure someone will weigh in soon though!
@alexey-mercari what version of `google/auth` are you using? Run `composer show google/auth` to see.
@bshaffer do you have any idea on what the issue might be here?
Can you share a code sample?
Apologies for the late reply. Essentially you'd like `Google\Cloud\Core\Timestamp` to implement `JsonSerializable`, is that right?
Sorry to do this @pentium10, but we can blame our CI for nitpicking, not me. Two failures in the style check: ``` FILE: ...fs/src/github/google-cloud-php/BigQuery/tests/Unit/TableTest.php ---------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2...
@pentium10 I fixed a couple of syntax errors in your branch, but the tests themselves are failing. ``` There were 2 errors: 1) Google\Cloud\BigQuery\Tests\Unit\TableTest::testReturnRawResults Undefined index: numeric_value 2) Google\Cloud\BigQuery\Tests\Unit\TableTest::testReturnRawResultsIsFalse Undefined...
@bshaffer these tests are reliably passing locally against multiple projects, and failing reliably on kokoro against multiple projects. Is there perhaps something I'm missing with the configuration of the kokoro...