TheNeuralBit commented on pull request #14350: URL: https://github.com/apache/beam/pull/14350#issuecomment-811307503
The problem seems to be the double values here: https://github.com/apache/beam/blob/ec9e41311527e1e9f38d4d325101db9eee3cbcd4/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java#L924 and here: https://github.com/apache/beam/blob/ec9e41311527e1e9f38d4d325101db9eee3cbcd4/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java#L929 Changing those to String literals fixes the test locally for me. What was the underlying error for you? Is it a permissions error? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
