[
https://issues.apache.org/jira/browse/FLINK-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15307761#comment-15307761
]
ASF GitHub Bot commented on FLINK-3993:
---------------------------------------
Github user omaralvarez commented on the pull request:
https://github.com/apache/flink/pull/2055
About the "frm", in Python when using from, there is a syntax error since
from is a system reserved word. In the Java side of things there is no problem
with renaming and using from, but I chose to use also frm to maintain
consistency.
I will get right on the documentation and test. Should I add commits or
squash them in the one commit.
> [py] Add generateSequence() support to Python API
> -------------------------------------------------
>
> Key: FLINK-3993
> URL: https://issues.apache.org/jira/browse/FLINK-3993
> Project: Flink
> Issue Type: Improvement
> Components: Python API
> Affects Versions: 1.0.3
> Reporter: Omar Alvarez
> Priority: Minor
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Right now, I believe that there is only from_elements() support in order to
> create a sequence of numbers. It is interesting to be able to create a list
> of numbers from the Python API also, apart from the Java API. It would not be
> complicated, since we already have generateSequence(). I am already working
> on this, and will create a pull request shortly in Github.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)