snuyanzin commented on code in PR #28158:
URL: https://github.com/apache/flink/pull/28158#discussion_r3396454222
##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -153,6 +153,26 @@ under the License.
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-table-type-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-table-code-splitter</artifactId>
+ <version>${project.version}</version>
+ <optional>${flink.markBundledAsOptional}</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-shaded-jsonpath</artifactId>
+
<version>${flink.shaded.jsonpath.version}-${flink.shaded.version}</version>
+ <optional>${flink.markBundledAsOptional}</optional>
+ </dependency>
Review Comment:
1. why we are talking about runtime if the change is operation?
2. why we are talking about tests and add dependency in general?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]