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


##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -300,7 +300,9 @@ under the License.
                                                        
<include>org.apache.calcite.avatica:*</include>
 
                                                        <!-- Calcite's 
dependencies -->
-                                                       
<include>com.esri.geometry:esri-geometry-api</include>
+                                                       
<include>org.locationtech.proj4j:proj4j</include>

Review Comment:
   Thanks for the pointing to that.
   Yep, it seems `org.locationtech.proj4j:proj4j` and 
`org.locationtech.jts.io:jts-io-common` could be omitted.
   `org.locationtech.jts:jts-core`  is used in `RexBuilder`, `RexLiteral` and 
other classes like 
   
https://github.com/apache/calcite/blob/413eded693a9087402cc1a6eefeca7a29445d337/core/src/main/java/org/apache/calcite/rex/RexBuilder.java#L62
   so it's required



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