You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/08/20 02:57:47 UTC

[GitHub] [flink] wuchong commented on pull request #12880: [FLINK-18555][table sql/api] Make TableConfig options can be configur…

wuchong commented on pull request #12880:
URL: https://github.com/apache/flink/pull/12880#issuecomment-676895558


   There are some failures in the build:
   
   ```
   ================flake8 checks=================
   ./pyflink/table/table_config.py:193:101: E501 line too long (105 > 100 characters)
   ./pyflink/table/table_config.py:194:101: E501 line too long (105 > 100 characters)
   ./pyflink/table/table_config.py:195:101: E501 line too long (101 > 100 characters)
   ./pyflink/table/table_config.py:209:101: E501 line too long (105 > 100 characters)
   ./pyflink/table/table_config.py:210:101: E501 line too long (105 > 100 characters)
   ./pyflink/table/table_config.py:211:101: E501 line too long (101 > 100 characters)
   ./pyflink/table/table_config.py:225:101: E501 line too long (103 > 100 characters)
   
   ```


----------------------------------------------------------------
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:
users@infra.apache.org