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

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

                Author: ASF GitHub Bot
            Created on: 21/Aug/18 00:16
            Start Date: 21/Aug/18 00:16
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#6255: [BEAM-5186] Adding numeric support to BQ Sink
URL: https://github.com/apache/beam/pull/6255#discussion_r211445270
 
 

 ##########
 File path: sdks/python/apache_beam/io/gcp/bigquery_test.py
 ##########
 @@ -57,6 +58,21 @@ def test_row_as_dict(self):
     test_value = {'s': 'abc', 'i': 123, 'f': 123.456, 'b': True}
     self.assertEqual(test_value, coder.decode(coder.encode(test_value)))
 
+  def test_decimal_in_row_as_dict(self):
 
 Review comment:
   Please also try out BQ jobs that read from/write to a BQ column of NUMERIC 
type with Dataflow/Direct runners (two runners operate in slightly different 
paths).

----------------------------------------------------------------
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: 136363)
    Time Spent: 0.5h  (was: 20m)

> Support for NUMERIC data type in BQ
> -----------------------------------
>
>                 Key: BEAM-5186
>                 URL: https://issues.apache.org/jira/browse/BEAM-5186
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Pablo Estrada
>            Assignee: Pablo Estrada
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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

Reply via email to