snuyanzin commented on code in PR #28158:
URL: https://github.com/apache/flink/pull/28158#discussion_r3398829694


##########
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:
   >Actually some CI checks were failing for table-planner
   
   they are failing only after this PR right?
   It just says that probably the test was added in a wrong place
   



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

Reply via email to