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

2020-02-08 Thread jincheng sun
Hi all, I hereby cancel this vote! If there is no new negative feedback, I will prepare a new RC and bring up a new VOTE thread soon. Best, Jincheng jincheng sun 于2020年2月6日周四 下午6:25写道: > Hi Chesnay, > > Thanks a lot for sharing your thoughts. > > >> this is not a source release by definition

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

2020-02-06 Thread jincheng sun
Hi Chesnay, Thanks a lot for sharing your thoughts. >> this is not a source release by definition, since a source release must not contain binaries. This is a convenience binary, or possibly even a distributed-channel appropriate version of our existing convenience binary. A user downloading this

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

2020-02-05 Thread Chesnay Schepler
-1 - this is not a source release by definition, since a source release must not contain binaries. This is a convenience binary, or possibly even a distributed-channel appropriate version of our existing convenience binary. A user downloading this package should know what they are downloading

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

2020-02-05 Thread jincheng sun
Hi Wei, Thanks for your vote and I appreciate that you kindly help to take the ticket. I've assigned the JIRAs to you! Best, Jincheng Wei Zhong 于2020年2月5日周三 下午3:55写道: > Hi, > > Thanks for driving this, Jincheng. > > +1 (non-binding) > > - Verified signatures and checksums. > - `pip install

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

2020-02-04 Thread Wei Zhong
Hi, Thanks for driving this, Jincheng. +1 (non-binding) - Verified signatures and checksums. - `pip install apache-flink-1.9.2.tar.gz` successfully. - Start local pyflink shell via `pyflink-shell.sh local` and try the examples in the help message, run well and no exception. - Try a word count