[
https://issues.apache.org/jira/browse/BEAM-10856?focusedWorklogId=515265&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-515265
]
ASF GitHub Bot logged work on BEAM-10856:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Nov/20 13:54
Start Date: 22/Nov/20 13:54
Worklog Time Spent: 10m
Work Description: epicfaace edited a comment on pull request #12779:
URL: https://github.com/apache/beam/pull/12779#issuecomment-731751916
@pabloem I'm not quite sure why CI is still failing, it gives this error:
```
return self.do_fn_invoker.invoke_process(windowed_value)
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line 570,
in invoke_process
windowed_value, self.process_method(windowed_value.value))
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line
1374, in process_outputs
self.main_receivers.receive(windowed_value)
File
"D:\a\beam\beam\sdks\python\apache_beam\runners\worker\operations.py", line
220, in receive
self.consumer.process(windowed_value)
File
"D:\a\beam\beam\sdks\python\apache_beam\runners\worker\operations.py", line
718, in process
delayed_application = self.dofn_runner.process(o)
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line
1215, in process
self._reraise_augmented(exn)
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line
1294, in _reraise_augmented
raise_with_traceback(new_exn)
File
"d:\a\beam\beam\sdks\python\target\.tox\py36-win\lib\site-packages\future\utils\__init__.py",
line 446, in raise_with_traceback
raise exc.with_traceback(traceback)
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line
1213, in process
return self.do_fn_invoker.invoke_process(windowed_value)
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line 743,
in invoke_process
windowed_value, additional_args, additional_kwargs)
File "D:\a\beam\beam\sdks\python\apache_beam\runners\common.py", line 867,
in _invoke_process_per_window
self.process_method(*args_for_process),
File "D:\a\beam\beam\sdks\python\apache_beam\transforms\core.py", line
1669, in <lambda>
wrapper = lambda x, *args, **kwargs: [fn(x, *args, **kwargs)]
File "D:\a\beam\beam\sdks\python\apache_beam\testing\util.py", line 197,
in _equal
raise BeamAssertException(msg)
apache_beam.testing.util.BeamAssertException: Failed assert: ['a'] == ['a',
'b'], unexpected elements ['b'] [while running 'assert_that/Match']
```
Any ideas? Or is the CI just flaky?
----------------------------------------------------------------
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: 515265)
Time Spent: 8h 20m (was: 8h 10m)
> Support NestedValueProvider for Python SDK
> ------------------------------------------
>
> Key: BEAM-10856
> URL: https://issues.apache.org/jira/browse/BEAM-10856
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Ashwin Ramaswami
> Priority: P2
> Time Spent: 8h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)