[
https://issues.apache.org/jira/browse/BEAM-5729?focusedWorklogId=165990&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-165990
]
ASF GitHub Bot logged work on BEAM-5729:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/18 17:56
Start Date: 14/Nov/18 17:56
Worklog Time Spent: 10m
Work Description: chamikaramj commented on a change in pull request
#6676: [BEAM-5729] added database/sql reader/writer
URL: https://github.com/apache/beam/pull/6676#discussion_r233554737
##########
File path: sdks/python/apache_beam/testing/util_test.py
##########
@@ -38,6 +38,14 @@ def test_assert_that_passes(self):
with TestPipeline() as p:
assert_that(p | Create([1, 2, 3]), equal_to([1, 2, 3]))
+ def test_assert_that_passes_order_does_not_matter(self):
+ with TestPipeline() as p:
Review comment:
Everything else looks good. Thanks.
----------------------------------------------------------------
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: 165990)
Time Spent: 1h 20m (was: 1h 10m)
> Create ability to read/write database implementing database/sql contract
> -------------------------------------------------------------------------
>
> Key: BEAM-5729
> URL: https://issues.apache.org/jira/browse/BEAM-5729
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Affects Versions: 2.7.0
> Reporter: Adrian Witas
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)