You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Evgeny Minkevich (JIRA)" <ji...@apache.org> on 2017/09/01 06:05:00 UTC

[jira] [Created] (CAMEL-11733) camel-google-bigquery : Incorrectly set partition name

Evgeny Minkevich created CAMEL-11733:
----------------------------------------

             Summary: camel-google-bigquery : Incorrectly set partition name
                 Key: CAMEL-11733
                 URL: https://issues.apache.org/jira/browse/CAMEL-11733
             Project: Camel
          Issue Type: Bug
            Reporter: Evgeny Minkevich


When Partition Decorator is set as:

{code:java}
.setHeader(GoogleBigQueryConstants.PARTITION_DECORATOR,simple("20170901"))
{code}

The exception is thrown:
{code}
Invalid table ID \\\"table_name?20170901
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)