Abacn commented on issue #35514: URL: https://github.com/apache/beam/issues/35514#issuecomment-4731731133
IcebergReadWriteIT > testSqlWriteWithPartitionFieldsAndRead FAILED However it's not bisectable. RUnning on old commit has the same error for now, likely a BigQuery service breaking change. more details: ``` com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request GET https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/queries/job_lKcThsWRcQvaKpmiNDRdSb8YNhdG { "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) ``` the query is ``` SELECT * FROM `apache-beam-testing.iceberg_sql_tests_322005964472416.testSqlWriteWithPartitionFieldsAndRead` ``` -- 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]
