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/10/25 08:22:37 UTC

[GitHub] [camel] JiriOndrusek commented on a diff in pull request #8620: CAMEL-18648: Google-bigquery - fixed Exception during endpoint creation

JiriOndrusek commented on code in PR #8620:
URL: https://github.com/apache/camel/pull/8620#discussion_r1004157929


##########
components/camel-google/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryConfiguration.java:
##########
@@ -59,7 +59,7 @@ public void parseRemaining(String remaining) {
         projectId = parts[0];
         datasetId = parts[1];
         if (parts.length > 2) {
-            tableId = parts[3];
+            tableId = parts[2];

Review Comment:
   Np. I upgraded test to catch it.



-- 
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