sunjincheng121 commented on issue #8439: [FLINK-12485][python] Add completeness test for Table and TableEnviro… URL: https://github.com/apache/flink/pull/8439#issuecomment-492561023 > @sunjincheng121 There is a very high-frequency test failure in table module may cause the Travis to fail. I have reported it, the Jira ID is FLINK-12512. I also found it caused [your PR to fail](https://travis-ci.org/apache/flink/builds/532617753). Can you try to fix it? thanks. We know the fail reason, Python API add the code style check: you can see the error log `./pyflink/testing/test_case_utils.py:164:101: E501 line too long (102 > 100 characters) ` And it already fixed in my last commit in this PR. :) but thanks for your kind mention that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
