Hong Liang Teoh created FLINK-32703:
---------------------------------------
Summary: [hotfix] flink-python POM has a typo for protobuf-java in
shading config
Key: FLINK-32703
URL: https://issues.apache.org/jira/browse/FLINK-32703
Project: Flink
Issue Type: Bug
Components: API / Python
Affects Versions: 1.17.1, 1.16.2, 1.18.0
Reporter: Hong Liang Teoh
Fix For: 1.18.0
Fix typo. `inculde` -> `include`
{code:java}
<includes combine.children="append">
<include>net.razorvine:*</include>
<include>net.sf.py4j:*</include>
<include>org.apache.beam:*</include>
<include>com.fasterxml.jackson.core:*</include>
<include>joda-time:*</include>
<inculde>com.google.protobuf:*</inculde>
<include>org.apache.arrow:*</include>
<include>io.netty:*</include>
<include>com.google.flatbuffers:*</include>
<include>com.alibaba:pemja</include>
</includes> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)