[ 
https://issues.apache.org/jira/browse/BEAM-4417?focusedWorklogId=118112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-118112
 ]

ASF GitHub Bot logged work on BEAM-4417:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jul/18 08:46
            Start Date: 02/Jul/18 08:46
    Worklog Time Spent: 10m 
      Work Description: lgajowy commented on issue #5755: [BEAM-4417] Support 
BigQuery's NUMERIC type using Java
URL: https://github.com/apache/beam/pull/5755#issuecomment-401716875
 
 
   @ElliottBrossard I think you've found an issue in the gradle code. 
`performanceTest` task is defined in `BeamModulePlugin`. Therefore every module 
that uses it, has to append it by adding 
   
   ```
   provideIntegrationTestingDependencies()
   enableJavaPerformanceTesting()
   ```
   
   in the build.gradle file. For some reason, those are not added in examples' 
build.gradle, so this is why you are unable to use it and run the test. We'll 
have to fix it. Thanks for reporting this. 
   
   JIRA for this: https://issues.apache.org/jira/browse/BEAM-4706

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 118112)
    Time Spent: 3h 20m  (was: 3h 10m)

> BigqueryIO Numeric datatype Support
> -----------------------------------
>
>                 Key: BEAM-4417
>                 URL: https://issues.apache.org/jira/browse/BEAM-4417
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>    Affects Versions: 2.4.0
>            Reporter: Kishan Kumar
>            Assignee: Chamikara Jayalath
>            Priority: Critical
>              Labels: newbie, patch
>             Fix For: 2.6.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> The BigQueryIO.read fails while parsing the data from the avro file generated 
> while reading the data from the table which has columns with *Numeric* 
> datatypes. 
> We have gone through the source code at Git-Hub and noticed that *Numeric 
> data type is not yet supported.* 
>  
> Caused by: com.google.common.base.VerifyException: Unsupported BigQuery type: 
> NUMERIC
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to