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_r288953851
##########
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, the solution in `FLINK-12409` makes more sense. I have removed this
change in the new commit which will cause the CI test failure for the moment. I
will rebase this PR after `FLINK-12409` merged and this problem would be
solved.
----------------------------------------------------------------
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