Re: [VOTE] Release Flink Python API(PyFlink) 1.9.2 to PyPI, release candidate #1

2020-02-11 文章 Becket Qin
+1 (binding) - verified signature - Ran word count example successfully. Thanks, Jiangjie (Becket) Qin On Wed, Feb 12, 2020 at 1:29 PM Jark Wu wrote: > +1 > > - checked/verified signatures and hashes > - Pip installed the package successfully: pip install > apache-flink-1.9.2.tar.gz > - Run w

Re: [VOTE] Release Flink Python API(PyFlink) 1.9.2 to PyPI, release candidate #1

2020-02-11 文章 Jark Wu
+1 - checked/verified signatures and hashes - Pip installed the package successfully: pip install apache-flink-1.9.2.tar.gz - Run word count example successfully through the documentation [1]. Best, Jark [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.9/tutorials/python_table_api.

Re: [VOTE] Release Flink Python API(PyFlink) 1.9.2 to PyPI, release candidate #1

2020-02-11 文章 Hequn Cheng
+1 (non-binding) - Check signature and checksum. - Install package successfully with Pip under Python 3.7.4. - Run wordcount example successfully under Python 3.7.4. Best, Hequn On Tue, Feb 11, 2020 at 12:17 PM Dian Fu wrote: > +1 (non-binding) > > - Verified the signature and checksum > - Pip

Re:Re: Flink DataTypes json parse exception

2020-02-11 文章 sunfulin
Hi, I am using the latest Flink 1.10 rc. When I run the same code using Flink 1.8.2, there is no problem. But using 1.10 the issue just occur. Confused by the related reason. At 2020-02-11 18:33:50, "Timo Walther" wrote: >Hi, > >from which Flink version are you upgrading? There were

Re: Flink DataTypes json parse exception

2020-02-11 文章 Timo Walther
Hi, from which Flink version are you upgrading? There were some changes in 1.9 for how to parse timestamps in JSON format. Your error might be related to those changes: https://issues.apache.org/jira/browse/FLINK-11727 I hope this helps. Timo On 07.02.20 07:57, sunfulin wrote: Hi, guys W