lincoln-lil commented on code in PR #25364:
URL: https://github.com/apache/flink/pull/25364#discussion_r1771265845


##########
flink-table/flink-table-api-scala/pom.xml:
##########
@@ -163,6 +183,18 @@ under the License.
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>com.github.siom79.japicmp</groupId>
+                               <artifactId>japicmp-maven-plugin</artifactId>
+                               <configuration>
+                                       <parameter>
+                                               <excludes>
+                                                       
<exclude>org.apache.flink.table.api.typeutils.*</exclude>
+                                                       
<exclude>@scala.deprecated</exclude>

Review Comment:
   Some new changes were added into the parent pom since FLINK-36207,
   all scala files' check had been disabled, so we can just add additional 
exclusion `org.apache.flink.table.api.typeutils.*` into the parent pom.



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to