WeiZhong94 commented on a change in pull request #8561: [FLINK-12588][python] Add TableSchema for Python Table API. URL: https://github.com/apache/flink/pull/8561#discussion_r288871625
########## File path: flink-dist/pom.xml ########## @@ -573,7 +573,7 @@ under the License. <pattern>py4j</pattern> <shadedPattern>org.apache.flink.api.python.py4j</shadedPattern> <includes> - <include>py4j.*</include> + <include>py4j.*.*</include> Review comment: yes, without this change py4j is not shaded completely. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services