[
https://issues.apache.org/jira/browse/CAMEL-11733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152511#comment-16152511
]
ASF GitHub Bot commented on CAMEL-11733:
----------------------------------------
GitHub user evmin opened a pull request:
https://github.com/apache/camel/pull/1914
CAMEL-11733: Fixed partition character
Resolved the issue where the partition taken from the Header is not
correctly defined.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ScentreGroup/camel CAMEL-11733
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1914.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1914
----
commit 79a9868b5a78b9b80198e9e75fd0e29cc45dfbf0
Author: Sarel Lugtenburg <[email protected]>
Date: 2017-09-03T21:31:07Z
CAMEL-11733: Fixed partition character
----
> 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)