Github user omaralvarez commented on the pull request:
https://github.com/apache/flink/pull/2055
I think, everything should be ready now. Although while performing testing,
I have found something that I think is not ideal.
If we use this code:
```python
env.generate_sequence(1, 5)\
.map(Id()).map_partition(Verify([1,2,3,4], "Sequence")).output()
```
The Verify() function will error out with `IndexError: list index out of
range`, this is not ideal, since it should raise a Flink testing exception. I
could also try to fix this if needed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---