You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by omaralvarez <gi...@git.apache.org> on 2016/06/01 08:21:30 UTC

[GitHub] flink pull request: [FLINK-3993] [py] Add generateSequence() support to Pyth...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---