[
https://issues.apache.org/jira/browse/BEAM-9561?focusedWorklogId=460015&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-460015
]
ASF GitHub Bot logged work on BEAM-9561:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jul/20 00:02
Start Date: 17/Jul/20 00:02
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #12259:
URL: https://github.com/apache/beam/pull/12259#discussion_r456143877
##########
File path: sdks/python/apache_beam/dataframe/doctests_test.py
##########
@@ -63,6 +63,20 @@
ignored result
'''
+ERROR_RAISING_NAME_ERROR_TESTS = '''
+>>> import apache_beam
+>>> raise apache_beam.dataframe.frame_base.WontImplementError('anything')
+ignored exception
+>>> raise NameError
+ignored exception
+>>> undefined_name
+ignored exception
+>>> 2 + 2
Review comment:
I don't want to ignore the whole rest of the docstring, which often has
other examples.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 460015)
Time Spent: 1h 50m (was: 1h 40m)
> Run pandas tests with Beam Dataframe API
> ----------------------------------------
>
> Key: BEAM-9561
> URL: https://issues.apache.org/jira/browse/BEAM-9561
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Brian Hulette
> Assignee: Robert Bradshaw
> Priority: P2
> Fix For: Not applicable
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)