[
https://issues.apache.org/jira/browse/BEAM-12029?focusedWorklogId=591767&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591767
]
ASF GitHub Bot logged work on BEAM-12029:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Apr/21 23:39
Start Date: 30/Apr/21 23:39
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #14674:
URL: https://github.com/apache/beam/pull/14674#discussion_r624303917
##########
File path: sdks/python/apache_beam/dataframe/frames_test.py
##########
@@ -45,7 +45,8 @@ def _get_deferred_args(*args):
class DeferredFrameTest(unittest.TestCase):
- def _run_error_test(self, func, *args):
+ def _run_error_test(
+ self, func, *args, execution_time=False, distributed=True):
Review comment:
`execution_time` feels a bit vague to me. What if we called it
`construction_time` instead which is less ambiguous?
--
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: 591767)
Time Spent: 5h 40m (was: 5.5h)
> WontImplementErrors should reference offending operation or argument and link
> to documentation
> ----------------------------------------------------------------------------------------------
>
> Key: BEAM-12029
> URL: https://issues.apache.org/jira/browse/BEAM-12029
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: P2
> Time Spent: 5h 40m
> Remaining Estimate: 0h
>
> For example, instead of WontImplementError(order-sensitive) we should raise:
> {code}
> WontImplementError("fillna(method=ffill) is not supported because it
> order-sensitive, only fillna(method=None) is supported. For more details see
> https://s.apache.org/dataframe-order-sensitive-operations")
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)