[
https://issues.apache.org/jira/browse/BEAM-5186?focusedWorklogId=136703&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-136703
]
ASF GitHub Bot logged work on BEAM-5186:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Aug/18 20:12
Start Date: 21/Aug/18 20:12
Worklog Time Spent: 10m
Work Description: pabloem 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_r211743506
##########
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:
I've tested this and it works well.
----------------------------------------------------------------
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: 136703)
Time Spent: 1h 10m (was: 1h)
> 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: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)