XComp commented on code in PR #23757: URL: https://github.com/apache/flink/pull/23757#discussion_r1404080942
########## flink-table/flink-sql-gateway/pom.xml: ########## @@ -47,6 +47,7 @@ <groupId>org.apache.flink</groupId> <artifactId>flink-sql-gateway-api</artifactId> <version>${project.version}</version> + <optional>${flink.markBundledAsOptional}</optional> Review Comment: that's an interesting one: `flink-table/flink-sql-gateway/pom.xml` has a mixture of spaces and tabs. Other pom.xml files use mainly tabs as whitespaces. I would have expected that this is also covered by the spotless plugin or checkstyle. I have to do more research here. -- 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