You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/30 11:53:55 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4304: Google-bigquery test sqlCrudOperations fails with real account on branch 2.13.x

JiriOndrusek opened a new issue, #4304:
URL: https://github.com/apache/camel-quarkus/issues/4304

   Run test `sqlCrudOperations` and there is an exception:
   
   ```
   Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
   GET https://www.googleapis.com/bigquery/v2/projects/proven-octane-100/queries/6cf3fb2e-fbef-43f6-a053-b7d08f4e6a15?location=US&maxResults=0&prettyPrint=false
   {
     "code" : 400,
     "errors" : [ {
       "domain" : "global",
       "location" : "q",
       "locationType" : "parameter",
       "message" : "Value has type STRING which cannot be inserted into column id, which has type NUMERIC at [1:204]",
       "reason" : "invalidQuery"
     } ],
     "message" : "Value has type STRING which cannot be inserted into column id, which has type NUMERIC at [1:204]",
     "status" : "INVALID_ARGUMENT"
   }
   ```
   


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4304: Google-bigquery test sqlCrudOperations fails with real account on branch 2.13.x

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #4304:
URL: https://github.com/apache/camel-quarkus/issues/4304#issuecomment-1373551452

   Fixed in https://github.com/apache/camel-quarkus/commit/80aaea952d70f17a47ed6ecc92a6a7c319555a91


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek closed issue #4304: Google-bigquery test sqlCrudOperations fails with real account on branch 2.13.x

Posted by GitBox <gi...@apache.org>.
JiriOndrusek closed issue #4304: Google-bigquery test sqlCrudOperations fails with real account on branch 2.13.x
URL: https://github.com/apache/camel-quarkus/issues/4304


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org