jiayuasu commented on code in PR #2971:
URL: https://github.com/apache/parquet-java/pull/2971#discussion_r1712913914
##########
parquet-column/pom.xml:
##########
@@ -76,6 +76,18 @@
<version>${slf4j.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.locationtech.jts</groupId>
+ <artifactId>jts-core</artifactId>
+ <version>${jts.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.geographiclib</groupId>
+ <artifactId>GeographicLib-Java</artifactId>
Review Comment:
@wgtmac I have discussed with @zhangfengcdt . Currently, we don't have an
easy way to correctly compute the polygonal covering of spherical edge. So in
this implementation, we will throw a `not-implemented` exception for the
covering statistics, when the spherical edge is specified.
We will update the PR to revert the GeographicLib dependency early next week.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]