shunping commented on issue #31931:
URL: https://github.com/apache/beam/issues/31931#issuecomment-4813886159
The error message is as follows
```
BigQueryMetastoreCatalogIT > testWriteToPartitionedAndValidateWithBQQuery
FAILED
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400
Bad Request
GET
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/queries/job_G_Pw0LLCi05-x14GgYBNuth7OvGN
{
"code": 400,
"errors": [
{
"domain": "global",
"message": "The job encountered an internal error during execution
and was unable to complete successfully.",
"reason": "jobInternalError"
}
],
"message": "The job encountered an internal error during execution and
was unable to complete successfully.",
"status": "INVALID_ARGUMENT"
}
at
app//com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)
at
app//com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:118)
at
app//com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:37)
at
app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:439)
at
app//com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1111)
at
app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:525)
at
app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:466)
at
app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:576)
at
app//org.apache.beam.sdk.io.gcp.testing.BigqueryClient.queryUnflattened(BigqueryClient.java:347)
at
app//org.apache.beam.sdk.io.gcp.testing.BigqueryClient.queryUnflattened(BigqueryClient.java:296)
at
app//org.apache.beam.sdk.io.iceberg.catalog.BigQueryMetastoreCatalogIT.testWriteToPartitionedAndValidateWithBQQuery(BigQueryMetastoreCatalogIT.java:112)
```
--
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]